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/default/include_head.html')
-rw-r--r--src/bin/hamcore/wwwroot/admin/default/include_head.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/bin/hamcore/wwwroot/admin/default/include_head.html b/src/bin/hamcore/wwwroot/admin/default/include_head.html
new file mode 100644
index 00000000..157dfec0
--- /dev/null
+++ b/src/bin/hamcore/wwwroot/admin/default/include_head.html
@@ -0,0 +1,9 @@
+<head>
+ <title>SoftEther VPN Server HTML5 Web Administration Console (Under construction!)</title>
+ <script src="out_webpack/bundle.js"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" crossorigin="anonymous">
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" crossorigin="anonymous">
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" crossorigin="anonymous"></script>
+ <link href="theme.css" rel="stylesheet">
+</head>