Update panel.gtpl

This commit is contained in:
s441433 2018-12-27 23:53:14 +01:00
parent 8c5365bdaf
commit 4433abe615

View File

@ -1,12 +1,11 @@
<html> <html>
<head> <head>
<title>PANEL WYBORU DANIA</title> <title>PANEL</title>
</head> </head>
<body> <body>
<form action="/panel" method="post"> <form action="/panel" method="post">
Username:<input type="text" name="username"> Nazwa użytkownika:<var> username</var>
Password:<input type="password" name="password"> Hasło:<var> password</var>
<input type="submit" value="panel">
</form> </form>
</body> </body>
</html> </html>