Delete login.gtpl

This commit is contained in:
s441433 2018-12-28 02:35:23 +01:00
parent daf1a74ce1
commit 55ae9e25ab

View File

@ -1,16 +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">
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>