tor-browser

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

656875.html (184B)


      1 <!DOCTYPE html>
      2 
      3 <div>test</div>
      4 
      5 <style>
      6  body {
      7      width: 100px; height: 300px;
      8      position: absolute;
      9      transform: scale(0.5);
     10  }
     11  div { position: absolute; }
     12 </style>