bashtube/templates/themes/default-v2/register.html

11 lines
538 B
HTML
Raw Normal View History

<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}}