Frontend: Add support for adding servers

This commit is contained in:
2023-09-12 10:19:46 +02:00
parent 5830236ea5
commit f36cd5085f
4 changed files with 118 additions and 10 deletions

10
static/server_added.html Normal file
View File

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