<!doctype html>
<html lang="en" ng-app="camotionAdmin">
<head>
    <base href="/admin/">
    <meta charset="utf-8">
    <title>Camotion Administration</title>

    <link rel="stylesheet" href="css/globals.css">

    <link rel="stylesheet" href="css/styles.css"/>

    <script src="app.js"></script>

</head>
<body>
<div class="col-sm-12" lu-busy="body">
    <ng-include src="'views/navbar.html'"></ng-include>
    <div ui-view></div>
    <ng-include src="'views/footer.html'"></ng-include>
</div>
</body>

</html>