index.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
  6. <title></title>
  7. <link rel="manifest" href="manifest.json">
  8. <!-- un-comment this code to enable service worker
  9. <script>
  10. if ('serviceWorker' in navigator) {
  11. navigator.serviceWorker.register('service-worker.js')
  12. .then(() => console.log('service worker installed'))
  13. .catch(err => console.log('Error', err));
  14. }
  15. </script>-->
  16. <link href="lib/ionic-material/dist/ionic.material.min.css" rel="stylesheet" />
  17. <link href="lib/ionic/css/ionic.css" rel="stylesheet">
  18. <link href="css/style.css" rel="stylesheet">
  19. <!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above
  20. <link href="css/ionic.app.css" rel="stylesheet">
  21. -->
  22. </head>
  23. <body ng-app="starter">
  24. <!--
  25. The nav bar that will be updated as we navigate between views.
  26. -->
  27. <!--
  28. The views will be rendered in the <ion-nav-view> directive below
  29. Templates are in the /templates folder (but you could also
  30. have templates inline in this html file if you'd like).
  31. -->
  32. <ion-nav-view></ion-nav-view>
  33. </body>
  34. </html>
  35. <!-- ionic/angularjs js -->
  36. <script src="lib/ionic/js/ionic.bundle.js"></script>
  37. <script src="js/echarts.min.js"></script>
  38. <!-- cordova script (this will be a 404 during development) -->
  39. <script src="cordova.js"></script>
  40. <!-- your app's js -->
  41. <script src="js/app.js"></script>
  42. <script src="js/config.js"></script>
  43. <script src="js/controllers.js"></script>
  44. <script src="js/service/nameService.js"></script>