Delete login.html

This commit is contained in:
s441433 2018-12-28 14:22:09 +01:00
parent 6cbc56f95a
commit 8f12a9fa2b

View File

@ -1,25 +0,0 @@
<!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>