-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (25 loc) · 1.07 KB
/
index.html
File metadata and controls
32 lines (25 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<title>com-sci</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
</head>
<body>
<div class="container">
<div class="row">
<div class="page-header">
<h1>Temperature & Humidity <small>Tracking at comsci 18-501</small></h1>
</div>
</div>
<div class="row">
<div class="col-md-6" align="center">
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/100863/charts/1?bgcolor=%23ffffff&color=%23d62020&dynamic=true&results=60×cale=10&type=line"></iframe>
</div>
<div class="col-md-6" align="center">
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="https://thingspeak.com/channels/100863/charts/2?bgcolor=%23ffffff&color=%23d62020&dynamic=true&results=60×cale=10&type=line"></iframe>
</div>
</div>
</div>
</body>
</html>