tor-browser

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

window.sub.html (287B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <html>
      4 <script src="/common/get-host-info.sub.js"></script>
      5 <script src="./common.js"></script>
      6 <script>
      7 window.onload = function() {
      8  setTimeout(setupChild, 0);
      9 }
     10 </script>
     11 <body>
     12  Hello from the window: <span id="title"></span>
     13 </body>
     14 </html>