-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (49 loc) · 1.55 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
<html>
<head>
Water Level Indicator
</head>
<body>
<style>
div.a {
text-align: center;
}
</style>
<div class="a">
<h1>Water Level</h1>
<iframe
width="450"
height="260"
style="border: 1px solid #cccccc"
src="https://thingspeak.com/channels/1586338/widgets/387762"
></iframe>
<h1>Water level graph</h1>
<iframe
width="450"
height="260"
style="border: 1px solid #cccccc"
src="https://thingspeak.com/channels/1586338/charts/1?bgcolor=%23ffffff&color=%23d62020&dynamic=true&results=60&title=Water+Level+Indicator&type=line&xaxis=Time&yaxis=Level&yaxismin=0"
></iframe>
<h1>Pump Status</h1>
<iframe
width="450"
height="260"
style="border: 1px solid #cccccc"
src="https://thingspeak.com/channels/1586338/widgets/387768"
></iframe>
<h1>Temperature</h1>
<iframe
width="450"
height="260"
style="border: 1px solid #cccccc"
src="https://thingspeak.com/channels/1586338/charts/3?bgcolor=%23ffffff&color=%23d62020&dynamic=true&results=60&title=Temperature&type=line&xaxis=Time&yaxis=Temperature"
></iframe>
<h1>Humidity</h1>
<iframe
width="450"
height="260"
style="border: 1px solid #cccccc"
src="https://thingspeak.com/channels/1586338/charts/4?bgcolor=%23ffffff&color=%23d62020&dynamic=true&results=60&title=Humidity&type=line&xaxis=Time&yaxis=Humidity"
></iframe>
</div>
</body>
</html>