diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-03 12:46:45 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-03 12:46:45 +0100 |
| commit | 7318a57322a02de7908862e43520c650388684c1 (patch) | |
| tree | f1fce10ab3fe4c7983285e01941d9512a804c9de /client/index.html | |
| parent | 13dbbd7b36e3f12c25c45c3debc704b6632c4b46 (diff) | |
Edit login overlay
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> |
