tor-browser

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

1463802-ref.html (541B)


      1 <!DOCTYPE html>
      2 <html><head>
      3    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      4    <title>Clock</title>
      5    <style type="text/css">
      6      * {
      7          box-sizing: border-box !important;
      8      }
      9      .inner {
     10          width: 100%;
     11          height: 100%;
     12          background: white;
     13          border-radius: 100%;
     14          box-shadow: 0px 0px 18px black inset;
     15      }
     16    </style>
     17  </head>
     18  <body>
     19    <div style="width: 588px; height: 588px; padding: 26px;">
     20 <div class="inner"></div>
     21    </div>
     22 </body></html>