Files
AVEX-Toner-Inventory-System/templates/login.html
Anthony Segura 4b2407b6ca init
2026-08-05 10:35:03 -05:00

6 lines
230 B
HTML

<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>