Frontend: Implement channel adding support

This commit is contained in:
2023-09-14 18:13:02 +02:00
parent d594c53e50
commit 61ea7c8eec
3 changed files with 152 additions and 18 deletions

10
static/channel_added.html Normal file
View File

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