tor-browser

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

iframe-1-ref.html (423B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <body>
      4 <iframe style="width:300px; height:600px; border:2px solid blue"
      5        srcdoc="<!DOCTYPE HTML>
      6                <html style='overflow:hidden'>
      7                <div style='height:450px'></div>
      8                <div style='height:200px; background:purple'>
      9                  <div style='display:inline-block; width:20px; height:20px; background:yellow;'></div>
     10                </div>"></iframe>