tor-browser

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

addressForm.html (589B)


      1 <html>
      2  <head>
      3    <meta name="viewport" content="width=device-width" />
      4    <title>Address_Form</title>
      5  </head>
      6  <body>
      7    <form>
      8      <p>Street Address: <input id="streetAddress" type="text" /></p>
      9      <p>City: <input id="city" type="text" /></p>
     10      <p>Zip Code: <input id="zipCode" type="text" /></p>
     11      <p>Country: <input id="country" type="text" /></p>
     12      <p>Telephone: <input id="telephone" type="text" /></p>
     13      <p>Email: <input id="email" type="text" /></p>
     14      <p>Apartment, suite, etc. <input id="apartment" type="text" /></p>
     15    </form>
     16  </body>
     17 </html>