-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
42 lines (38 loc) · 2.49 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
37
38
39
40
41
42
<html ng-app="Myapp" >
<head>
<link rel="stylesheet" href="css/style.css"> </head>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="jquery-ui-1.12.1.custom/jquery-ui.min.css">
<link rel="stylesheet" href="jquery-ui-1.12.1.custom/jquery-ui.theme.min.css">
<link rel="stylesheet" href="jquery-ui-1.12.1.custom/jquery-ui.structure.min.css">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.1.0/dist/leaflet.css" integrity="sha512-wcw6ts8Anuw10Mzh9Ytw4pylW8+NAD4ch3lqm9lzAsTxg0GFeJgoAtxuCLREZSC5lUXdVyo/7yfsqFjQ4S+aKw==" crossorigin="" />
<link rel="stylesheet" href="sachinchoolur-angular-flash-3f93ecf\dist\angular-flash.css">
<script src="https://unpkg.com/leaflet@1.1.0/dist/leaflet.js" integrity="sha512-mNqn2Wg7tSToJhvHcqfzLMU6J4mkOImSPTxVZAdo+lcPlk+GhZmYgACEe0x35K7YzW1zJ7XyJV/TT1MrdXvMcA==" crossorigin=""></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular-route.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="angular-load-master/dist/angular-load.min.js"></script>
<body >
<ng-view> </ng-view>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="js/moment-with-locales.js" ></script>
<script src="js/moment-timezone-with-data.js"></script>
<script src="angular-moment-master/angular-moment.js"></script>
<script src="jquery-ui-1.12.1.custom/jquery-ui.min.js"></script>
<script src="sachinchoolur-angular-flash-3f93ecf\dist\angular-flash.js"></script>
<script src="angular-local-storage-master/dist/angular-local-storage.js"></script>
<script src="js/app.js"></script>
<script src="js/12H_timeformat_filter.js"></script>
<script src="js/24H_timeformat_filter.js"></script>
<script src="js/reverse_filter.js"></script>
<script src="js/#_controller.js"></script>
<script src="js/#profile_controller.js"></script>
<script src="js/modulesController.js"></script>
<script src="js/legendController.js"></script>
<script src="js/overviewController.js"></script>
<script src="js/mapController.js"></script>
<script src="js/searchController.js"></script>
<script src="js/timeDateController.js"></script>
<script src="js/app_config.js"></script>
</body>
</html>