diff options
Diffstat (limited to 'ui/register.html')
-rw-r--r-- | ui/register.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/register.html b/ui/register.html new file mode 100644 index 0000000..8686600 --- /dev/null +++ b/ui/register.html @@ -0,0 +1,10 @@ +<h1>Register</h1> + +<form action="{{ @BASE . @ALIASES.register }}" method="post" class="tabform"> + <p><label for="reg_name">Name:</label> <input id="reg_name" type="text" name="name" value="" /></p> + <p><label for="reg_mail">E-Mail:</label> <input id="reg_mail" type="text" name="email" value="" /></p> + <p><label for="reg_pass">Password:</label> <input id="reg_pass" type="password" name="password" /></p> + <p><label for="reg_repeat">Repeat Password:</label> <input id="reg_repeat" type="password" name="repeatPassword" /></p> + <p class="formctrl"><input type="submit" /></p> +</form> +<p>Already have an account? Go to <a href="{{ @BASE . @ALIASES.login }}">Login</a>.</p>
\ No newline at end of file |