index.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Ionic App</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
  7. <meta name="format-detection" content="telephone=no">
  8. <meta name="msapplication-tap-highlight" content="no">
  9. <link rel="icon" type="image/x-icon" href="assets/icon/favicon.ico">
  10. <link rel="manifest" href="assets/manifest.json">
  11. <meta name="theme-color" content="#4e8ef7">
  12. <!--<meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'">-->
  13. <!-- un-comment this code to enable service worker
  14. <script>
  15. if ('serviceWorker' in navigator) {
  16. navigator.serviceWorker.register('assets/service-worker.js')
  17. .then(() => console.log('service worker installed'))
  18. .catch(err => console.log('Error', err));
  19. }
  20. </script>-->
  21. <link href="build/main.css" rel="stylesheet">
  22. </head>
  23. <body>
  24. <!-- Ionic's root component and where the app will load -->
  25. <ion-app></ion-app>
  26. <!-- cordova.js required for cordova apps -->
  27. <script src="cordova.js"></script>
  28. <!-- The polyfills js is generated during the build process -->
  29. <script src="build/polyfills.js"></script>
  30. <!-- The bundle js is generated during the build process -->
  31. <script src="build/main.js"></script>
  32. <script src="assets/vendor/Chart.js">
  33. </body>
  34. </html>