bashtube/templates/themes/default-v2/register.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
542 B
HTML

<h1>Register on 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='Register'></td></tr>
</table>
</form>
<p>Have an account already? <a href="/login.shs">Log in with your credentials!</a></p>
{{.reason}}