tor-browser

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

test-iframe2.html (225B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3  <head>
      4    <meta charset="utf-8">
      5    <script>
      6      /* eslint-disable */
      7      console.log("iframe 2");
      8      blah;
      9    </script>
     10  </head>
     11  <body>
     12    <h1>iframe 2</h1>
     13  </body>
     14 </html>