Login and register page and some other stuff
This commit is contained in:
11
src/views/index.html
Normal file
11
src/views/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<h1>Login</h1>
|
||||
<form method="post">
|
||||
<label for="username">Username</label>
|
||||
<input type="text" name="username" id="username" />
|
||||
|
||||
<label for="password">Password</label>
|
||||
<input type="password" name="password" id="password" />
|
||||
|
||||
<button type="submit">Login</button>
|
||||
</form>
|
||||
<p><a href="/register">Register</a></p>
|
||||
Reference in New Issue
Block a user