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

index.html « admin « wwwroot « hamcore « bin « src - github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03d063dc9959f8531ac0e83916383ba5a36940c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>