tor-browser

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

resubmit.html (223B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8" />
      5  </head>
      6  <body>
      7    <form action="hello.html" method="post">
      8      <input id="text" />
      9      <button id="submit">Submit</button>
     10    </form>
     11  </body>
     12 </html>