-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (31 loc) · 1.59 KB
/
index.html
File metadata and controls
37 lines (31 loc) · 1.59 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
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html ng-app='app'>
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./reset.css">
<link rel="stylesheet" href="./css/master.css">
<link rel="stylesheet" href="./css/results.css">
<link rel="stylesheet" href="./css/map.css">
<link rel="stylesheet" href="./css/home-bar.css">
</head>
<body>
<div id="player" hidden></div>
<section ui-view></section>
<!-- </div> -->
<script src="https://code.jquery.com/jquery-3.1.0.js" integrity="sha256-slogkvB1K3VOkzAI8QITxV3VzpOnkeNVsKvtkYLMjfk=" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.7/angular.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular-animate.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.15/angular-ui-router.js"></script>
<script src='./js/app.js' type="text/javascript"></script>
<script src='./js/MainCtrl.js' type="text/javascript"></script>
<script src='./js/service.js' type="text/javascript"></script>
<script src='./js/directive.js' type="text/javascript"></script>
<script defer src='./js/eventFilter.js' type="text/javascript"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA-hbqlc65Umbc13oRLE5tE9SOs8mPGyhs"></script>
<script src='./js/MapCtrl.js' type="text/javascript"></script>
<script src='./js/ResultsCtrl.js' type="text/javascript" defer></script>
<script src='./js/iframe.js' type="text/javascript" defer></script>
</body>
</html>