tor-browser

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

1840511-1.html (219B)


      1 <!DOCTYPE html>
      2 <style>
      3  svg {
      4      width: 250px;
      5      height: 250px;
      6      background: green;
      7  }
      8 </style>
      9 <svg>
     10  <rect x="100" y="-50" width="100" height="100" fill="green"
     11        transform="rotate(45)"/>
     12 </svg>