tor-browser

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

no-viewport-wide-device.html (234B)


      1 <!DOCTYPE html>
      2 <style>
      3 html, body {
      4  margin: 0;
      5  width: 100%;
      6  height: 100%;
      7  scrollbar-width: none;
      8 }
      9 div {
     10  position: absolute;
     11  top: 0;
     12  left: 0;
     13  width: 100px;
     14  height: 100px;
     15  background: green;
     16 }
     17 </style>
     18 <div></div>