tor-browser

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

dummy_iframe_page.html (226B)


      1 <html>
      2 <head>
      3 <title>Dummy iframe test page</title>
      4 <meta http-equiv="Content-Type" content="text/html;charset=utf-8"></meta>
      5 </head>
      6 <body>
      7  <iframe src="https://example.org"></iframe>
      8 <p>Dummy test page</p>
      9 </body>
     10 </html>