tor-browser

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

dnd_xorigin.html (274B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta name="viewport" content="width=device-width,initial-scale=1" />
      5  </head>
      6  <body>
      7    <iframe
      8      src="http://127.0.0.1:4245/assets/www/dnd.html"
      9      width="400"
     10      height="400"
     11      scrolling="no"
     12    />
     13  </body>
     14 </html>