more userpages

This commit is contained in:
Flummi
2018-02-20 07:26:06 +01:00
parent 3b34234c2f
commit c6db18f7cb
11 changed files with 35 additions and 13 deletions

View File

@ -0,0 +1,7 @@
<h1>User login</h1>
<form action="/u" method="post" id="login-form">
<p class="label">Email:</p><input type="text" name="email" value=""><br>
<p class="label">Password:</p><input type="password" name="password"><br>
<input type="submit" value="Login">
</form>
<p>No user account yet? <a href="/u/register">Register</a> now for free. Forgot your password? <a href="/u/lost-password">Get a new one.</a></p>