tor-browser

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

document-that-navigates.html (148B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8" />
      5 </head>
      6 <body>
      7 <script>
      8  location.href="document-navigated.html";
      9 </script>
     10 </body>
     11 </html>