diff options
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> |