otp-space / templates /login.html
0vergeared's picture
Rename templates/admin_login.html to templates/login.html
a21d145 verified
raw
history blame contribute delete
266 Bytes
<!doctype html>
<title>Admin Login</title>
<h2>Login</h2>
<form method="post">
<input name="username" placeholder="Username" required><br>
<input name="password" placeholder="Password" type="password" required><br>
<button type="submit">Login</button>
</form>