tor-browser

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

choose-existing-001-iframe.html (199B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>This is a test page</title>
      4 <link rel="author" title="Intel" href="http://www.intel.com/">
      5 <script>
      6 window.open("post-to-top.html", "iExist");
      7 </script>