Spaces:
Sleeping
Sleeping
| <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> | |