bashtube/templates/themes/default-v2/register.html
4 raccoons in a trenchcoat. / luna vivian 2c52b27622 redesigned register prompt, added links between both pages
implements changes as suggested on #15

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

There also are now little texts between both pages to switch between
logging in w/ already existing credentials and registering an account.
2023-04-20 04:06:45 +02:00

11 lines
538 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">Log in with your credentials!</a></p>
{{.reason}}