Frontend: Add channel updating support

This commit is contained in:
2023-09-18 17:36:21 +02:00
parent 457bc4bee8
commit 060f27cb1d
3 changed files with 59 additions and 16 deletions

View File

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