summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html11
1 files changed, 3 insertions, 8 deletions
diff --git a/www/index.html b/www/index.html
index 914e1aac..9f6030cb 100644
--- a/www/index.html
+++ b/www/index.html
@@ -7,29 +7,24 @@
<meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'self' https://www.google.com 'unsafe-inline' 'unsafe-eval'">
<title></title>
- <link href="lib/ionic/css/ionic.css" rel="stylesheet">
- <link href="css/style.css" rel="stylesheet">
<link href="css/custommfb.css" rel="stylesheet">
<link rel="stylesheet" href="css/angular-circular-navigation.css">
<link rel="stylesheet" href="lib/font-awesome/css/font-awesome.min.css">
- <!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above
+ <!-- compiled css output -->
<link href="css/ionic.app.css" rel="stylesheet">
- -->
+ <link href="css/style.css" rel="stylesheet">
<!-- ionic/angularjs js -->
- <!-- we need the full JQuery for the global img src
- error interceptor in app.js -->
-
<script src="lib/ionic/js/ionic.bundle.min.js"></script>
<script src="lib/ngCordova/dist/ng-cordova.min.js"></script>
<script src="lib/filelogger/dist/filelogger.min.js"></script>
- <!-- cordova script (this will be a 404 during development) -->
+ <!-- cordova script (this will be a 404 during development) -->
<script src="cordova.js"></script>