tor-browser

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

intrinsic-1n.html (351B)


      1 <!DOCTYPE html>
      2 <body>
      3  <div style="display: inline-block; background: blue;
      4              height: 40px;
      5              border: 80px transparent solid">
      6    <!-- We need to be shorter than intrinsic height, so use a max-height -->
      7    <img src="lime100x100.png"
      8         style="max-height: 100%; display: block; visibility: hidden;">
      9  </div>
     10 </body>