diff options
author | adam <adam@> | 2021-01-28 18:16:41 +0200 |
---|---|---|
committer | adam <adam@> | 2021-01-28 18:16:41 +0200 |
commit | 9cab0d0ed64f4e5289a0c979cae10a92508c391b (patch) | |
tree | 49fafe0e0067b7aa394a08556bda611bfdfe4c58 /index.html | |
parent | ceedd596c9f39f53555fd0746a42d6b85cd49b6c (diff) | |
download | fileup-9cab0d0ed64f4e5289a0c979cae10a92508c391b.tar.gz |
initial registering stuff
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -27,11 +27,13 @@ </div> <div class="vcenter"> - <form action="/register.php"> + <form action="/register.php" method="post"> <h2>Get started</h2> <div class="content"> <p>Username</p> <input type="text" id="username" name="username"> + <p>Email address</p> + <input type="text" id="email" name="email"> <p>Password</p> <input type="password" id="password" name="password"> <p>Repeat Password</p> |