Update login.gtpl

This commit is contained in:
s441433 2018-12-27 21:58:40 +01:00
parent 4eccf099e1
commit fd053935b4

View File

@ -1,12 +1,12 @@
<html> <html>
<head> <head>
<title></title> <title>Panel logowania do Stołówka ZPM</title>
</head> </head>
<body> <body>
<form action="/login" method="post"> <form action="/login" method="post">
Username:<input type="text" name="username"> Username:<input type="text" name="username">
Password:<input type="password" name="password"> Password:<input type="password" name="password">
<input type="submit" value="Login"> <input type="submit" value="Zaloguj">
</form> </form>
</body> </body>
</html> </html>