tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

009-1.xhtml (402B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3 <head>
      4 <title>Cross page drag and drop: helper file</title>
      5 <style type="text/css">
      6 html, body
      7  {height:100%;}
      8 </style>
      9 </head>
     10 <body ondragenter="event.preventDefault()" ondragover="window.location = 'helper-drop-link-now.xhtml'">
     11 <p>Don't drop link yet, you should be redirected to another page.</p>
     12 </body>
     13 </html>