WebAdminPanel/templates/index.html
2022-12-02 23:11:12 +02:00

14 lines
178 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Web group moderator</title>
</head>
<body>
<h1>Admin panel</h1>
Hi,{{username}}!
</body>
</html>