tor-browser

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

test-iframe1.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 1", Date.now());
      8    </script>
      9  </head>
     10  <body>
     11    <h1>iframe 1</h1>
     12  </body>
     13 </html>