Create panel.gtpl

This commit is contained in:
s441433 2018-12-17 22:35:20 +01:00
parent 1ac69e0eb9
commit 1abb1d60e7

12
panel.gtpl Normal file
View File

@ -0,0 +1,12 @@
<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>