tor-browser

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

test0.html (212B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>HTML Test</title>
      4 <link rel="author" title="Intel" href="http://www.intel.com">
      5 <script>
      6 
      7 parent.callback("test0");
      8 document.location.href = "test1.html";
      9 
     10 </script>