-
Notifications
You must be signed in to change notification settings - Fork 1
/
feed.html
86 lines (75 loc) · 2.7 KB
/
feed.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
83
84
85
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<html>
<body style="background-color:#000000;">
<head>
<title>Thermal Camera feed</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
span.wrapper {
position:relative;
display:inline-block;
}
span.wrapper img.bottom {
display:inline-block;
}
span.wrapper img.top {
position:absolute;
top:0;
left:0;
}
</style>
</head>
<body>
<p>
<span class="wrapper">
<img src=".feed/0.png" class="bottom" alt="0" width="2400" height="1440" />
<img src=".feed/overlay.png" class="top" alt="overlay" width="2400" height="1440" />
</span>
</p>
<p>
<span class="wrapper">
<img src=".feed/1.png" class="bottom" alt="1" width="800" height="480" />
<img src=".feed/overlay.png" class="top" alt="overlay" width="800" height="480" />
</span>
<span class="wrapper">
<img src=".feed/2.png" class="bottom" alt="2" width="800" height="480" />
<img src=".feed/overlay.png" class="top" alt="overlay" width="800" height="480" />
</span>
<span class="wrapper">
<img src=".feed/3.png" class="bottom" alt="3" width="800" height="480" />
<img src=".feed/overlay.png" class="top" alt="overlay" width="800" height="480" />
</span>
</p>
<p>
<span class="wrapper">
<img src=".feed/4.png" class="bottom" alt="4" width="800" height="480" />
<img src=".feed/overlay.png" class="top" alt="overlay" width="800" height="480" />
</span>
<span class="wrapper">
<img src=".feed/5.png" class="bottom" alt="5" width="800" height="480" />
<img src=".feed/overlay.png" class="top" alt="overlay" width="800" height="480" />
</span>
<span class="wrapper">
<img src=".feed/6.png" class="bottom" alt="6" width="800" height="480" />
<img src=".feed/overlay.png" class="top" alt="overlay" width="800" height="480" />
</span>
</p>
<p>
<span class="wrapper">
<img src=".feed/7.png" class="bottom" alt="7" width="800" height="480" />
<img src=".feed/overlay.png" class="top" alt="overlay" width="800" height="480" />
</span>
<span class="wrapper">
<img src=".feed/8.png" class="bottom" alt="8" width="800" height="480" />
<img src=".feed/overlay.png" class="top" alt="overlay" width="800" height="480" />
</span>
<span class="wrapper">
<img src=".feed/9.png" class="bottom" alt="9" width="800" height="480" />
<img src=".feed/overlay.png" class="top" alt="overlay" width="800" height="480" />
</span>
</p>
<!-- Refresh page -->
<meta http-equiv="refresh" content="10">
</body>
</html>