tor-browser

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

iframe-1.html (216B)


      1 <html>
      2  <head>
      3    <style>
      4      iframe {
      5        height: 200px;
      6        width: 300px;
      7      }
      8    </style>
      9  </head>
     10  <body>
     11    <iframe scrolling="no" src="iframe-transform.html">
     12    </iframe>
     13  </body>
     14 </html>