diff options
Diffstat (limited to 'client/index.html')
| -rw-r--r-- | client/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html index 9d78732..6bd2669 100644 --- a/client/index.html +++ b/client/index.html @@ -18,11 +18,14 @@ <body> + <!-- MAIN GRID --> <div class="container-lg"> <!-- Status bar --> <div class="row" ng-controller="statusCtrl"> <div class="col-lg-12"> + <!-- Overlay --> + <div ng-include="'./partials/login.html'"></div> <!-- Nav --> <div ng-include="'./partials/nav.html'"></div> </div> |
