zaliczeniePP/panel.gtpl

12 lines
325 B
Plaintext
Raw Normal View History

2018-12-17 22:35:20 +01:00
<html>
<head>
<title>PANEL WYBORU DANIA</title>
</head>
<body>
<form action="/panel" method="post">
Username:<input type="text" name="username">
Password:<input type="password" name="password">
<input type="submit" value="Login">
</form>
</body>
</html>