-
Notifications
You must be signed in to change notification settings - Fork 0
/
c10_outside.html
28 lines (28 loc) · 1.01 KB
/
c10_outside.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>C10/outside</title>
<link rel="apple-touch-icon" href="icons/outside.png" />
<link rel="icon" type="image/x-icon" href="icons/outside.png">
<link rel="stylesheet" type="text/css" href="/scloud_assets/scloud.css" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<meta http-equiv="refresh" content="60">
</head>
<body>
<center >
<h1>Outside</h1>
<img class="graph" src="graphs/c10_outside_temp.png" /> <br />
<img class="graph" src="graphs/c10_outside_humid.png" /> <br />
<img class="graph" src="graphs/c10_outside_press.png" /> <br />
<img class="graph" src="graphs/c10_outside_pm25.png" /> <br />
<br />
<img class="graph" src="graphs/c10_outside_graph1.png" /> <br />
<img class="graph" src="graphs/c10_outside_graph2.png" /> <br />
<img class="graph" src="graphs/c10_outside_graph3.png" /> <br />
<br />
<a href="/">index</a>
</center>
</body>
</html>