tor-browser

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

1630900-1-ref.html (365B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style>
      5 
      6      .loader {
      7        height: 480px;
      8      }
      9 
     10      rect {
     11        fill: #000;
     12        opacity: 0.5;
     13      }
     14 
     15    </style>
     16  </head>
     17  <body>
     18    <svg 
     19      class="loader" 
     20      x="0px" 
     21      y="0px" 
     22      viewBox="0 0 100 100"
     23    >
     24      <rect x="0" y="0" width="100" height="100"/>
     25    </svg>
     26  </body>
     27 </html>