-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (49 loc) · 2.08 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
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title></title>
<link href="lib/ionic/css/ionic.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above
<link href="css/ionic.app.css" rel="stylesheet">
-->
<!-- ionic/angularjs js -->
<script src="lib/ionic/js/ionic.bundle.js"></script>
<script src="lib/ngCordova/dist/ng-cordova.js"></script>
<!-- cordova script (this will be a 404 during development) -->
<script src="cordova.js"></script>
<!-- your app's js -->
<script src="app/QR/qr.js"></script>
<script src="app/Notes/notes.js"></script>
<script src="app/Login/login.js"></script>
<script src="app/Schedule/schedule.js"></script>
<script src="app/Search/search.js"></script>
<script src="app/Home/home.js"></script>
<script src="app/Splash/splash.js"></script>
<script src="app/Map/map.js"></script>
<script src="app/User/user.js"></script>
<script src="app/Sponsor/sponsors.js"></script>
<script src="app/more.js"></script>
<script src="common/controllers.js"></script>
<script src="common/services.js"></script>
<script src="common/app.js"></script>
<!--<script src="http://192.168.1.39:8080/target/target-script-min.js"></script>-->.
</head>
<body ng-app="aac" animation="slide-left-right-ios7">
<!--
The nav bar that will be updated as we navigate between views.
-->
<ion-nav-bar class="bar-aac nav-title-slide-ios7">
<ion-nav-back-button class="button-icon icon ion-ios7-arrow-back color-white"></ion-nav-back-button>
</ion-nav-bar>
<!--<div class="bar bar-subheader"></div>-->
<!--
The views will be rendered in the <ion-nav-view> directive below
Templates are in the /templates folder (but you could also
have templates inline in this html file if you'd like).
-->
<ion-nav-view></ion-nav-view>
</body>
</html>