-
Notifications
You must be signed in to change notification settings - Fork 26
/
index.html
82 lines (71 loc) · 3.77 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<TITLE>GVH Wimsworld</TITLE>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-15" >
<META HTTP-EQUIV="Refresh" CONTENT="300" >
<META HTTP-EQUIV="Cache-Control" content="no-cache" >
<META HTTP-EQUIV="Pragma" CONTENT="no-cache" >
<LINK HREF="/favicon.ico" rel="shortcut icon" >
<style type="text/css">
h3 {
position: absolute;
top: 0px;
left: 90px;
}
.image {
float: left;
position: relative;
zoom: 85%;
}
/* Addition to support simple dark themes in SVG files */
@media screen and (prefers-color-scheme: dark) {
body {
background-color: black;
color: white;
}
}
/* The next block overrides what I had above when the screen size is less than 980px, which seems to be the cutoff on my iphone */
@media only screen and (max-width: 980px) {
.image {
float: left;
position: relative;
zoom: 190%;
}
}
</style>
</HEAD>
<BODY>
<h2><span id="datetime"></span></h2>
<script>
var dt = new Date();
document.getElementById("datetime").innerHTML = dt;
</script>
<div>
<DIV class="image"><img alt="Graph" src="gvh-E35ECC215C0F-day.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-E35ECC215C0F-week.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-E35ECC215C0F-month.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-E35ECC215C0F-year.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C1380D3B10-day.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C1380D3B10-week.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C1380D3B10-month.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C1380D3B10-year.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C13813AE36-day.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C13813AE36-week.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C13813AE36-month.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C13813AE36-year.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C13865A26A-day.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C13865A26A-week.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C13865A26A-month.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C13865A26A-year.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C138EC0B03-day.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C138EC0B03-week.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C138EC0B03-month.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C138EC0B03-year.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C13837BCAE-day.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C13837BCAE-week.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C13837BCAE-month.svg" width="500" height="135"></DIV>
<DIV class="image"><img alt="Graph" src="gvh-A4C13837BCAE-year.svg" width="500" height="135"></DIV>
</div>
</BODY>
</HTML>