Add support for turning off server connections

This commit is contained in:
2023-09-22 21:29:33 +02:00
parent 6c2bf4aacf
commit e5e82db490
4 changed files with 105 additions and 7 deletions

View File

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