tor-browser

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

1825434.html (184B)


      1 <!DOCTYPE html>
      2 <style>
      3 .rel {
      4  position: relative;
      5 }
      6 
      7 .abs {
      8  width: 100%;
      9  position: absolute;
     10  padding-top: 50%;
     11 }
     12 </style>
     13 
     14 <div class="rel">
     15   <div class="abs"></div>
     16 </div>