This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (33 loc) · 1.7 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
32
33
<!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">
<meta name="robots" content="index, follow">
<meta http-equiv="refresh" content="300">
<title>CoolFlix Status</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link id="stylesheet" rel="stylesheet" href="style.css?v=20190914">
</head>
<body>
<div class="container">
<header>
<img class="logo" src="https://i.imgur.com/j9SFsKv.png"/>
</header>
<h4 class="page-header first-page-header">Systems Status</h4>
<div class="list-group" id="services">
<div data-readonly-key="91YOGUcz7pCLPkXvTqRnpxjH5UxxeKk-" class="check-template list-group-item">
<span class="badge lp"></span><span class="list-group-item-heading name"></span>
</div>
</div>
<h4 class="page-header">Upcoming Maintenance</h4>
<div class="list-group" id="maintenance"></div>
<h4 class="page-header">Incidents</h4>
<div class="timeline-centered" id="incidents"></div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="script.js?v=20190914"></script>
</body>
</html>