This commit is contained in:
Anthony Segura
2026-08-05 10:35:03 -05:00
parent 62e886240f
commit 4b2407b6ca
6 changed files with 203 additions and 0 deletions

6
templates/login.html Normal file
View 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>