Update login.gtpl

This commit is contained in:
s441433 2018-12-28 01:48:23 +01:00
parent 43eb0be20b
commit 85f625b5d3

View File

@ -1,12 +1,16 @@
<!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">
Username:<input type="text" name="username">
Password:<input type="password" name="password">
<input type="submit" value="Zaloguj">
Nazwa użytkownika: <input type="text" name="username">
<hr>
Hasło: <input type="password" name="password">
<hr>
<h1><input type="submit" value="Zaloguj"></h1>
</form>
</body>
</html>