bashtube/templates/themes/default-v2/login.html
4 raccoons in a trenchcoat. / luna vivian 398587e998 redesigned registration prompt
Implements changes suggested in #15.

A new registration prompt! (basically the same but nicely packaged now)

It now also has new links between both the login and register pages.
2023-04-20 04:08:46 +02:00

11 lines
533 B
HTML

<h1>Log in to this BashTube instance</h1>
<form method='post'>
<table>
<tr><td><label for='login'>User name:</label></td><td><input type='text' name='login' placeholder="dingus"></td></tr>
<tr><td><label for='password'>Password:</label></td><td><input type='password' name='password' placeholder="password123"></td></tr>
<tr><td colspan='2' style='text-align:right;'><input type='submit' value='Login'></td></tr>
</table>
</form>
<p>Don't have an account yet? <a href="/register.shs">Register an account!</a></p>
{{.reason}}