tor-browser

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

dragimage.html (245B)


      1 <html>
      2 <head>
      3 <title>Drag Image Test</title>
      4 </head>
      5 <body>
      6 <img src="green.png" width=100 height=100>
      7 <div id='over' style='width: 100px; height: 100px; border: 1px solid black;'
      8     ondragover="event.preventDefault();"></div>
      9 </body>
     10 </html>