tor-browser

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

hideDynamicToolbar.html (258B)


      1 <html>
      2  <head>
      3    <meta name="viewport" content="width=device-width, initial-scale=1" />
      4  </head>
      5  <style>
      6    input {
      7      width: 100%;
      8      height: 80px;
      9      margin-top: 98svh;
     10    }
     11  </style>
     12 
     13  <body>
     14    <input id="input1" />
     15  </body>
     16 </html>