Update login.gtpl
This commit is contained in:
parent
4eccf099e1
commit
fd053935b4
@ -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>
|
Loading…
Reference in New Issue
Block a user