tor-browser

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

popup.html (205B)


      1 <html>
      2  <head>
      3    <meta charset="utf-8" />
      4    <title>Hello, world!</title>
      5  </head>
      6  <body>
      7    <p>Launching popup...</p>
      8    <script>
      9      window.open("hello.html");
     10    </script>
     11  </body>
     12 </html>