tor-browser

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

border-radius-different-ref.html (194B)


      1 <!doctype html>
      2 <html>
      3  <meta charset="utf-8" />
      4  <body>
      5    <style>
      6      geolocation {
      7        border-radius: 25%/50%;
      8      }
      9    </style>
     10    <geolocation></geolocation>
     11  </body>
     12 </html>