tor-browser

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

1662062-1-no-blurry.html (360B)


      1 <!DOCTYPE html>
      2 <html reftest-resolution="5.0">
      3 <head>
      4  <style>
      5    html {
      6      scrollbar-width: none;
      7    }
      8    body {
      9      margin: 0;
     10    }
     11  </style>
     12 </head>
     13 <body>
     14 
     15 <svg height="100" width="100">
     16  <polygon points="50 10 55 20 70 20 60 30 65 45 50 35 35 45 40 30 30 20 45 20" stroke="green" fill="transparent" stroke-width="5"/>
     17 </svg>
     18 
     19 </body>
     20 </html>