bashtube/templates/themes/default-v2/login.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
526 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="/login">Register an account!</a></p>
{{.reason}}