tor-browser

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

1696439-1-ref.html (186B)


      1 <html>
      2 <head>
      3 <style>
      4 .circle {
      5    width: 140px;
      6    height: 140px;
      7    border-radius: 70px;
      8    background: green;
      9 }
     10 </style>
     11 </head>
     12 <body>
     13 <div class="circle"></div>
     14 </body>
     15 </html>