tor-browser

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

dummy_iframe_page.html (250B)


      1 <html>
      2 <head> <meta charset="utf-8"> </head>
      3  <body>
      4    just a dummy html file with an iframe
      5    <iframe id="frame1" src="dummy_page.html?sub_entry=0"></iframe>
      6    <iframe id="frame2" src="dummy_page.html?sub_entry=0"></iframe>
      7  </body>
      8 </html>