tor-browser

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

iframe.html (166B)


      1 <!doctype html>
      2 <html>
      3 <head><title>Document</title></head>
      4 <body>
      5 <h1>Document</h1>
      6 <script>
      7 onload = function() {
      8  parent.startTest();
      9 }
     10 </script>
     11 </body>
     12 </html>