tor-browser

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

bug1909181.html (355B)


      1 <!doctype html>
      2 <html>
      3  <meta charset="utf-8" />
      4  <meta name="viewport" content="width=device-width, initial-scale=1" />
      5  <style>
      6    html {
      7      scrollbar-width: none;
      8    }
      9    body {
     10      margin: 0px;
     11      padding: 0px;
     12    }
     13    div {
     14      width: 100%;
     15      height: 300vh;
     16      background-color: green;
     17    }
     18  </style>
     19  <div></div>
     20 </html>