Update panel.gtpl

This commit is contained in:
s441433 2018-12-29 16:02:42 +01:00
parent 460c5e5878
commit c1730bea6c

View File

@ -1,10 +1,12 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="pl">
<head> <head>
<title>PANEL</title> <title>PANEL</title>
<link rel="shortcut icon" href="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" /> <link rel="shortcut icon" href="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" />
</head> </head>
<body> <body>
Nazwy użytkowników: <form action="/panel" method="POST">
Witaj {{.UserView}}
</form>
</body> </body>
</html> </html>