Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/hamcore/wwwroot/admin/index.html')
-rw-r--r--src/bin/hamcore/wwwroot/admin/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/bin/hamcore/wwwroot/admin/index.html b/src/bin/hamcore/wwwroot/admin/index.html
new file mode 100644
index 00000000..03d063dc
--- /dev/null
+++ b/src/bin/hamcore/wwwroot/admin/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="uft-8">
+<script>
+location.href = "/admin/default/";
+</script>
+<title>Redirecting</title>
+</head>
+<body>
+<h1>Redirecting</h1>
+<p>Redirecting...<br>
+<p><a href="/admin/default/">Click here</a></p>
+</body>
+</html>