-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (27 loc) · 1.18 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
<!DOCTYPE html>
<html>
<head>
<title>hoMEostatus</title>
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="/css/main.css">
<link rel="stylesheet" type="text/css" href="/c3/c3.min.css">
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="//d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="/c3/c3.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
<script src="https://cdn.firebase.com/js/client/2.2.4/firebase.js"></script>
<script src="https://cdn.firebase.com/libs/angularfire/1.1.2/angularfire.min.js"></script>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
</head>
<body ng-app="app">
<header>
<h1>hoMEostatus</h1>
</header>
<div id="heartChart"></div>
<div id="uvChart"></div>
<div id="skinTempChart"></div>
<div id="motionChart"></div>
<script type="text/javascript" src="/js/main.js"></script>
<script type="text/javascript" src="/js/controllers/main-controller.js"></script>
</body>
</html>