-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (40 loc) · 1.11 KB
/
index.html
File metadata and controls
49 lines (40 loc) · 1.11 KB
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>
<title>{{ school }} Up Monitor</title>
<meta http-equiv='refresh' content='10' />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Shanti" />
<style>
p {
font-family: Shanti;
font-size: 1.2em;
margin: 4px;
}
H1 {
font-family: Shanti;
font-size: 3.2em;
margin: 2px;
}
h2 {
font-family: Shanti;
margin: 10px;
}
td {
padding: 8;
font-family: Shanti;
font-size: 1.2em;
margin: 4px;
text-align: center;
padding-left: 10px;
padding-right: 10px;
}
</style>
</head>
<body>
<center><h1>{{ school }} Up Monitor - Iter: {{ iter }}</h1></center>
<center>
{{ htmlstr|safe }}
<center>
</center>
</body>
</html>