Create login.html

This commit is contained in:
s441433 2018-12-28 02:35:26 +01:00
parent 55ae9e25ab
commit 3e91e55549

25
login.html Normal file
View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<title>Panel logowania do Stołówka ZPM</title>
<link rel="shortcut icon" href="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" />
</head>
<body>
<form action="/login" method="post">
<br><br>
<center><img src="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" width="350" height="200"/></center>
<br><center><h1>Panel logowania do Stołówka ZPM</h1></center><br>
<fieldset>
<center>
<br>
Nazwa użytkownika: <input type="text" name="username">
<br><br><hr><br>
Hasło: <input type="password" name="password">
<br><br><hr><br>
<input type="submit" value="Zaloguj">
<br><br>
</center>
</fieldset>
</form>
</body>
</html>