tor-browser

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

style_iframe.html (393B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <head>
      4    <meta charset="utf8">
      5    <title>Test style iframe document</title>
      6    <!-- Any copyright is dedicated to the Public Domain.
      7       - http://creativecommons.org/publicdomain/zero/1.0/ -->
      8    <style>
      9    body { background-color: pink; }
     10    </style>
     11    <link href="style_iframe.css" rel="stylesheet" type="text/css"/>
     12  </head>
     13  <body>
     14  </body>
     15 </html>