tor-browser

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

iframe-with-base.html (213B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4    <title>iframe With Base Tag</title>
      5    <link rel="match" href="iframe-with-base-ref.html">
      6    <base href="support/">
      7 </head>
      8 <body>
      9    <iframe src="blank.htm">
     10 </body>
     11 </html>