You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
871 B

  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>collectivecar</title>
  7. <link href="lib/ionic/css/ionic.css" rel="stylesheet">
  8. <link href="css/style.css" rel="stylesheet">
  9. <!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above
  10. <link href="css/ionic.app.css" rel="stylesheet">
  11. -->
  12. <!-- ionic/angularjs js -->
  13. <script src="lib/ionic/js/ionic.bundle.js"></script>
  14. <!-- cordova script (this will be a 404 during development) -->
  15. <script src="cordova.js"></script>
  16. <!-- your app's js -->
  17. <script src="js/app.js"></script>
  18. <script src="js/controllers.js"></script>
  19. </head>
  20. <body ng-app="starter">
  21. <ion-nav-view></ion-nav-view>
  22. </body>
  23. </html>