tor-browser

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

saveState.html (351B)


      1 <html>
      2  <head>
      3    <meta charset="utf-8" />
      4    <title>Hello, world!</title>
      5    <meta name="viewport" content="width=device-width,initial-scale=1" />
      6    <style>
      7      p {
      8        height: 300vh;
      9      }
     10    </style>
     11  </head>
     12  <body>
     13    <form id="form">
     14      <input type="text" id="name" />
     15    </form>
     16    <p>Hello, world!</p>
     17  </body>
     18 </html>