Guest User

Untitled

a guest
Jun 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. --index.html--
  2. <!DOCTYPE html>
  3. <html lang="en" dir="ltr">
  4. <head>
  5. <title>Ionic App</title>
  6. <meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0,
  7. minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
  8. <script src="cordova.js"></script>
  9. <link href="build/main.css" rel="stylesheet">
  10. </head>
  11. <body>
  12. <!-- Ionic's root component and where the app will load -->
  13. <ion-app></ion-app>
  14. <!-- The polyfills js is generated during the build process -->
  15. <script src="build/polyfills.js"></script>
  16. <!-- The vendor js is generated during the build process
  17. It contains all of the dependencies in node_modules -->
  18. <script src="build/vendor.js"></script>
  19. <!-- The main bundle js is generated during the build process -->
  20. <script src="build/main.js"></script>
  21. </body>
  22. </html>
Add Comment
Please, Sign In to add comment