add register, login and main page with basic functionality
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<h1>Register</h1>
|
||||
|
||||
<form method="POST">
|
||||
<input name="username" placeholder="Username" required />
|
||||
<input name="password" type="password" required />
|
||||
<button type="submit">Create Account</button>
|
||||
</form>
|
||||
|
||||
<a href="{{ url_for('auth.login') }}">Back to Login</a>
|
||||
Reference in New Issue
Block a user