tor-browser

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

image-with-nested-rects.html (150B)


      1 <!doctype html>
      2 <style>
      3 img {
      4  width: 200px;
      5  height: 200px;
      6  background-color: red;
      7 }
      8 </style>
      9 <img src="../support/image-with-nested-rects.svg">