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