2018-12-10 18:00:22 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
2018-12-27 21:58:40 +01:00
|
|
|
<title>Panel logowania do Stołówka ZPM</title>
|
2018-12-10 18:00:22 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<form action="/login" method="post">
|
|
|
|
Username:<input type="text" name="username">
|
|
|
|
Password:<input type="password" name="password">
|
2018-12-27 21:58:40 +01:00
|
|
|
<input type="submit" value="Zaloguj">
|
2018-12-10 18:00:22 +01:00
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</html>
|