init
This commit is contained in:
6
templates/login.html
Normal file
6
templates/login.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<form method="POST">
|
||||
<h2>Admin Login</h2>
|
||||
<input name="username" placeholder="Username" required>
|
||||
<input name="password" type="password" placeholder="Password" required>
|
||||
<button type="submit">Login</button>
|
||||
</form>
|
||||
Reference in New Issue
Block a user