Frontend: Implement support for adding channels

This commit is contained in:
2023-09-15 21:01:26 +02:00
parent 3155946a67
commit fe114e749c
3 changed files with 102 additions and 52 deletions

10
static/user_added.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE HTML>
<html>
<head>
<title>User added</title>
</head>
<body>
<p>User successfully added</p>
<a href="/panel">Return to user panel</a>
</body>
</html>