mirror of
https://github.com/DJSundog/wg-portal.git
synced 2024-11-27 09:00:03 -05:00
31 lines
1.2 KiB
HTML
31 lines
1.2 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<!-- http://paintstrap.com/preview_by_id/27826?design=large -->
|
||
|
<!-- http://www.colourlovers.com/palette/4657935 -->
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||
|
<title>{{ .static.WebsiteTitle }}</title>
|
||
|
<meta name="description" content="{{ .static.WebsiteTitle }}">
|
||
|
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
||
|
<!--link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"-->
|
||
|
<link rel="stylesheet" href="/fonts/fontawesome-all.min.css">
|
||
|
<link rel="stylesheet" href="/css/custom.css">
|
||
|
</head>
|
||
|
|
||
|
<body id="page-top">
|
||
|
{{template "prt_nav.html" .}}
|
||
|
<div class="container">
|
||
|
<div class="page-header">
|
||
|
<h1>WireGuard VPN Portal</h1>
|
||
|
</div>
|
||
|
<p class="lead">Please note that this page is only intended for internal use!</p>
|
||
|
</div>
|
||
|
{{template "prt_footer.html"}}
|
||
|
<script src="/js/jquery.min.js"></script>
|
||
|
<script src="/js/bootstrap.min.js"></script>
|
||
|
<script src="/js/jquery.easing.js"></script>
|
||
|
<script src="/js/custom.js"></script>
|
||
|
</body>
|
||
|
|
||
|
</html>
|