aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index 5a60526..ba6733f 100644
--- a/index.html
+++ b/index.html
@@ -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>