-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (17 loc) · 740 Bytes
/
index.html
File metadata and controls
29 lines (17 loc) · 740 Bytes
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 lang="en" ng-app="Hummingbird">
<head>
<meta charset="UTF-8">
<title>Hummingbird Temperature</title>
<Script src="node_modules/angular/angular.js"></Script>
<Script SRc="hummingbird.js"></Script>
<script src="node_modules/jquery/dist/jquery.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="node_modules/chart.js/Chart.js"></script>
<link href="node_modules/bootstrap/dist/css/bootstrap.css" rel="stylesheet" />
<link href="node_modules/bootstrap/dist/css/bootstrap-theme.css" rel="stylesheet" />
</head>
<body ng-controller="HummingbirdController">
<canvas id="myChart" width="400" height="400"></canvas>
</body>
</html>