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.

index.html 499B

12345678910111213141516171819202122232425
  1. <!doctype html>
  2. <html lang="en" ng-app="camotion">
  3. <head>
  4. <base href="/camotion/">
  5. <meta charset="utf-8">
  6. <title>Camotion</title>
  7. <link rel="stylesheet" href="css/globals.css">
  8. <link rel="stylesheet" href="css/styles.css"/>
  9. <script src="app.js"></script>
  10. </head>
  11. <body>
  12. <div class="col-sm-12" lu-busy="body">
  13. <ng-include src="'views/navbar.html'"></ng-include>
  14. <div ui-view></div>
  15. <ng-include src="'views/footer.html'"></ng-include>
  16. </div>
  17. </body>
  18. </html>