Update login.gtpl
This commit is contained in:
parent
43eb0be20b
commit
85f625b5d3
10
login.gtpl
10
login.gtpl
@ -1,12 +1,16 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Panel logowania do Stołówka ZPM</title>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form action="/login" method="post">
|
<form action="/login" method="post">
|
||||||
Username:<input type="text" name="username">
|
Nazwa użytkownika: <input type="text" name="username">
|
||||||
Password:<input type="password" name="password">
|
<hr>
|
||||||
<input type="submit" value="Zaloguj">
|
Hasło: <input type="password" name="password">
|
||||||
|
<hr>
|
||||||
|
<h1><input type="submit" value="Zaloguj"></h1>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user