diff options
Diffstat (limited to 'client/index.php')
| -rw-r--r-- | client/index.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/client/index.php b/client/index.php index e65e526..f52eaa2 100644 --- a/client/index.php +++ b/client/index.php @@ -28,9 +28,8 @@ <div class="row"> <div class="col-lg-2 col-lg-push-1"> <!-- LOGO --> - <a href="#" class="thumbnail"> - <img class="media-object" src='./images/logo.gif' /> - </a> + <nav ng-include="'./partials/favicon.html'"></nav> + <!-- Nav --> <nav ng-include="'./partials/nav.html'"></nav> </div> |
