65 lines
2.8 KiB
HTML
65 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
<link rel="icon" href="/static/icons/favicon.ico">
|
|
|
|
<title>TheBBCloud DynDNS</title>
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
|
|
|
<!-- JQueryUI base CSS -->
|
|
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.min.css" integrity="sha256-sEGfrwMkIjbgTBwGLVK38BG/XwIiNC/EAG9Rzsfda6A=" crossorigin="anonymous" />
|
|
|
|
<!-- Custom styles for this template -->
|
|
<link href="/static/css/narrow-jumbotron.css" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
<!-- Navigation -->
|
|
<div class="header clearfix">
|
|
<nav>
|
|
<ul class="nav nav-pills float-right">
|
|
<li class="nav-item">
|
|
<a class="nav-link nav-hosts" href="/hosts">Hosts</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link nav-cnames" href="/cnames">CNames</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link nav-logs" href="/logs">Logs</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link nav-logout" href="" id="logout">Logout</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
<h3 class="text-muted">TheBBCloud DynDNS</h3>
|
|
</div>
|
|
|
|
<!-- Page Content -->
|
|
{{template "content" .}}
|
|
|
|
<footer class="footer">
|
|
<p>© TheBBCloud 2021</p>
|
|
</footer>
|
|
|
|
</div> <!-- /container -->
|
|
|
|
<!-- Bootstrap core JavaScript
|
|
================================================== -->
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
|
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
|
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
|
|
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script>
|
|
<script src="/static/js/actions-1.0.0.js"></script>
|
|
</body>
|
|
</html> |