tor-browser

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

index.html (283B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3    <head>
      4        <title>WebSocket Authentication</title>
      5        <link href="style.css" rel="stylesheet">
      6    </head>
      7    <body>
      8        <form method="GET">
      9            <input name="user" placeholder="username">
     10        </form>
     11    </body>
     12 </html>