forked from mihi-tr/actispy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 965 Bytes
/
index.html
File metadata and controls
25 lines (24 loc) · 965 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
<!DOCTYPE html>
<html lang="en" ng-app="actispyApp">
<head>
<link rel="stylesheet" href="vendor/pure-min.css" />
<link rel="stylesheet" href="vendor/leaflet.css" />
<link rel="stylesheet" href="css/actispy.css" />
<link rel="resource" type="application/l10n" href="locales/locales.ini" />
<script src="vendor/l10n.js"></script>
<script src="vendor/angular.min.js"></script>
<script src="vendor/angular-route.min.js"></script>
<script src="vendor/angular-touch.min.js"></script>
<script src="vendor/leaflet.js"></script>
<script src="vendor/underscore-min.js"></script>
<script src="vendor/d3.v3.min.js"></script>
<script src="script/util.js"></script>
<script src="script/config.js"></script>
<script src="script/app.js"></script>
<script src="script/filters.js"></script>
<script src="script/controllers.js"></script>
</head>
<body>
<div class="container" ng-view></div>
</body>
</html>