mirror of https://github.com/statping/statping
34 lines
561 B
HTML
34 lines
561 B
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">
|
|
|
|
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="/css/base.css">
|
|
|
|
<title>Statup | Dashboard</title>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<div class="container">
|
|
|
|
{{template "nav"}}
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-12">
|
|
|
|
<h3>Statup Settings</h3>
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script src="/js/jquery-3.3.1.slim.min.js"></script>
|
|
|
|
</body>
|
|
</html> |