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/index.html | |
| parent | eb9f9c9a6e410b8feaf0f628dcbb35ceafea83e5 (diff) | |
Add login controller, loading after click on login button and some stuff...
Diffstat (limited to 'client/index.html')
| -rw-r--r-- | client/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html index 4ce693b..018def2 100644 --- a/client/index.html +++ b/client/index.html @@ -75,6 +75,7 @@ <!-- Include controller --> <script src="./js/controllers/home.js"></script> + <script src="./js/controllers/login.js"></script> <script src="./js/controllers/network.js"></script> <script src="./js/controllers/status.js"></script> |
