-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathindex.html
49 lines (48 loc) · 956 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<META HTTP-EQUIV="refresh" CONTENT="15">
<link href="assets/css/bootstrap.css" media="screen" rel="stylesheet" type="text/css" />
<script src="assets/js/jquery-1.7.1.min.js"> </script>
<script src="assets/js/moment.min.js"> </script>
<script src="assets/js/config.js"> </script>
<script src="assets/js/pdjs.js"> </script>
<script src="assets/js/app.js"></script>
<style type="text/css">
.dbinfo_header_main {
font-size: 45px;
color: red;
}
.dbinfo_header {
font-size: 36px;
font-weight: bold;
color: green;
}
.dbinfo_header2 {
font-size: 24px;
font-weight: bold;
color: green;
}
.dbinfo_header3 {
font-size: 18px;
font-weight: bold;
}
body {
background-color: transparent;
}
.auto-style1 {
margin-top: 0px;
}
</style>
<title>PagerDuty On-Call</title>
</head>
<h1>On Call Schedule</h1>
<body>
<div class="container">
<div class="row">
<div id="users">
</div>
</div>
</div>
</body>
</html>