tor-browser

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

1297427-non-equal-centers.html (222B)


      1 <!doctype html>
      2 <html>
      3 <meta charset="utf-8" />
      4 <style>
      5 #box {
      6  border-radius: 335px;
      7  width: 600px;
      8  height: 401px;
      9  border-style: dotted;
     10  border-width: 41px 1px;
     11 }
     12 </style>
     13 <div id="box"></div>
     14 </html>