diff options
Diffstat (limited to 'ui/login.html')
-rw-r--r-- | ui/login.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/login.html b/ui/login.html new file mode 100644 index 0000000..0b8d2e4 --- /dev/null +++ b/ui/login.html @@ -0,0 +1,8 @@ +<h1>Login</h1> + +<form action="{{ @BASE . @ALIASES.login }}" method="post" class="tabform"> + <p><label for="login_name">User:</label> <input id="login_name" type="text" name="name" value="" /></p> + <p><label for="login_pass">Password:</label> <input id="login_pass" type="password" name="password" /></p> + <p class="formctrl"><input type="submit" /></p> +</form> +<p><a href="{{ @BASE . @ALIASES.resetpw }}">Forgot Password?</a> | <a href="{{ @BASE . @ALIASES.register }}">Register a new account</a></p>
\ No newline at end of file |