tor-browser

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

block.html (194B)


      1 <!DOCTYPE html>
      2 <style>
      3  .testBlock {
      4    width: 100px;
      5    height: 100px;
      6    background: #00cc66;
      7    border-top: 50px solid #ffff00;
      8  }
      9 </style>
     10 <div class="testBlock" id="testBlock"></div>