admin login

This commit is contained in:
2025-09-17 22:22:44 +02:00
parent 2cfd23cdb1
commit 5cf1cfedbc
3 changed files with 95 additions and 0 deletions

18
templates/adminLogin.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8">
<title>Admin Login</title>
</head>
<body>
<h1>Admin Login</h1>
<form method="post">
Uživatelské jméno: <input type="text" name="username"><br>
Heslo: <input type="password" name="password"><br>
<input type="submit" value="Přihlásit se">
</form>
</body>
</html>