diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-03 16:59:04 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-03 16:59:04 +0100 |
| commit | 07fbfa6ad1859e16f9f957c4a26d87b11fa089a5 (patch) | |
| tree | e80cefac3645758ee5d77989ad736763c2751954 /client/partials/home.html | |
| parent | eb9f9c9a6e410b8feaf0f628dcbb35ceafea83e5 (diff) | |
Add login controller, loading after click on login button and some stuff...
Diffstat (limited to 'client/partials/home.html')
| -rw-r--r-- | client/partials/home.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/partials/home.html b/client/partials/home.html index 3882ada..7a5045a 100644 --- a/client/partials/home.html +++ b/client/partials/home.html @@ -1,9 +1,8 @@ <div class="panel panel-default"> <div class="panel-heading"> - Home + Home </div> <div class="panel-body"> Main Content </div> -</div> </div>
\ No newline at end of file |
