-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
32 lines (31 loc) · 947 Bytes
/
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
32
<!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>
<h1>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>
<h4 class="page-header">Incidents</h4>
<div class="timeline-centered" id="incidents"></div>
<!-- scripts -->
<script src="//code.jquery.com/jquery.min.js"></script>
<script src="script.js?v=20171111.b"></script>
</body>
</html>