tor-browser

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

bug1994311.html (496B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8" />
      5    <meta
      6      name="viewport"
      7      content="width=device-width,initial-scale=1,interactive-widget=resizes-visual"
      8    />
      9    <style>
     10      body {
     11        margin: 0px;
     12        padding: 0px;
     13      }
     14      textarea {
     15        width: 100%;
     16        height: 4vh;
     17        position: fixed;
     18        bottom: 100px;
     19      }
     20    </style>
     21  </head>
     22  <body>
     23    <div style="width: 100vw; height: 200vh; background: blue"></div>
     24  </body>
     25 </html>