tor-browser

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

test-tree.html (207B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8" />
      5  </head>
      6  <body>
      7    <label for="name">Name:</label
      8    ><input id="name" type="text" value="Julie" /><button>Submit</button>
      9  </body>
     10 </html>