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 412B

123456789101112131415161718192021
  1. <!doctype html>
  2. <html lang="en" ng-app="luticate">
  3. <head>
  4. <base href="/luticate/">
  5. <meta charset="utf-8">
  6. <title>Luticate Back Office</title>
  7. <link rel="stylesheet" href="css/css.css">
  8. <script src="app.js"></script>
  9. </head>
  10. <body lu-busy="body">
  11. <ng-include src="'views/navbar.html'"></ng-include>
  12. <div ui-view></div>
  13. <ng-include src="'views/footer.html'"></ng-include>
  14. </body>
  15. </html>