tor-browser

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

1662062-1-ref.html (355B)


      1 <!DOCTYPE html>
      2 <html>
      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="500" width="500">
     16  <polygon points="250 50 275 100 350 100 300 150 325 225 250 175 175 225 200 150 150 100 225 100" stroke="green" fill="transparent" stroke-width="25"/>
     17 </svg>
     18 
     19 </body>
     20 </html>