Spaces:
Sleeping
Sleeping
File size: 266 Bytes
a21d145 | 1 2 3 4 5 6 7 8 9 | <!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>
|