Create panel.gtpl
This commit is contained in:
parent
1ac69e0eb9
commit
1abb1d60e7
12
panel.gtpl
Normal file
12
panel.gtpl
Normal 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>
|
Loading…
Reference in New Issue
Block a user