admin login
This commit is contained in:
18
templates/adminLogin.html
Normal file
18
templates/adminLogin.html
Normal 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>
|
||||
Reference in New Issue
Block a user