WebAdminPanel/templates/index.html

15 lines
178 B
HTML
Raw Normal View History

2022-12-02 16:11:12 -05:00
<!DOCTYPE html>
<html>
<head>
<title>Web group moderator</title>
</head>
<body>
<h1>Admin panel</h1>
Hi,{{username}}!
</body>
</html>