tor-browser

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

img-simple-3-ref.html (316B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <body>
      4  <svg style="width: 600px; height: 600px"
      5       viewBox="0 0 100 100" shape-rendering="crispEdges">
      6    <rect x="2" y="2" height="96" width="96"
      7          stroke-width="4" stroke="black" fill="yellow"/>
      8    <circle cx="50" cy="50" r="46" style="fill: blue"/>
      9  </svg>
     10 </body>
     11 </html>