tor-browser

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

teal-700x700.html (276B)


      1 <!doctype html>
      2 <style>
      3  * {
      4      margin: 0;
      5      padding: 0;
      6  }
      7 
      8  html {
      9      background: teal;
     10  }
     11 
     12  div {
     13      position: absolute;
     14      top: 600px;
     15      left: 600px;
     16      height: 100px;
     17      width: 100px;
     18      background: transparent;
     19  }
     20 </style>
     21 <div></div>