zaliczeniePP/panel.gtpl

12 lines
309 B
Plaintext
Raw Normal View History

2018-12-29 04:54:49 +01:00
<!DOCTYPE html>
2018-12-29 16:02:42 +01:00
<html lang="pl">
2018-12-17 22:35:20 +01:00
<head>
2018-12-27 23:53:14 +01:00
<title>PANEL</title>
2018-12-29 02:31:05 +01:00
<link rel="shortcut icon" href="http://www.bronowicka.zs4.lublin.eu/wp-content/uploads/cutlery-297617_1280.png" />
2018-12-17 22:35:20 +01:00
</head>
<body>
2018-12-29 16:02:42 +01:00
<form action="/panel" method="POST">
Witaj {{.UserView}}
</form>
2018-12-17 22:35:20 +01:00
</body>
</html>