forked from flybaseio/status
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 loc) · 1.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Service status for flybase.io">
<meta name="robots" content="index, follow">
<title>Status</title>
<!-- styles -->
<link rel="stylesheet" href="style.css?v=20170223">
</head>
<body>
<div class="container">
<header style="display: flex; align-items: center; justify-content: space-between;">
<img src="https://brand.boltonmoorlandscouts.org.uk/assets/logos/horizontal_purple.png" height="150px" />
<h1>IT Systems Status Page</h1>
</header>
<div class="panel" id="panel">
<div class="panel-heading">
<h3 class="panel-title" id="paneltitle"></h3>
</div>
</div>
<h4 class="page-header">Systems Status</h4>
<div class="list-group" id="services"></div>
<!-- scripts -->
<script src="https://code.jquery.com/jquery.min.js"></script>
<script src="script.js?v=20171111.b"></script>
</body>
</html>