tor-browser

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

doc_markup_svg_attributes.html (151B)


      1 <!DOCTYPE html>
      2 <html>
      3  <body>
      4    <svg viewBox="0 0 2 2" width=200 height=200>
      5      <circle cx=1 cy=1 r=1 fill=lime />
      6    </svg>
      7  </body>
      8 </html>