diff --git a/client/index.php b/client/index.php index 45829ce..51dcb63 100644 --- a/client/index.php +++ b/client/index.php @@ -15,7 +15,7 @@ -
+
@@ -23,9 +23,11 @@

LOGOLOGOLOGOLOGOLOGO
LOGOLOGOLOGOLOGOLOGO
LOGOLOGOLOGOLOGOLOGO
LOGOLOGOLOGOLOGOLOGO

-
- -

Header

+ + +
+
+
@@ -35,11 +37,7 @@
- +
@@ -63,5 +61,9 @@ + + + + \ No newline at end of file diff --git a/client/js/app.js b/client/js/app.js index e69de29..e726d8a 100644 --- a/client/js/app.js +++ b/client/js/app.js @@ -0,0 +1 @@ +angular.module("MainApp",[]) \ No newline at end of file diff --git a/client/partials/header.html b/client/partials/header.html index e69de29..900a6f1 100644 --- a/client/partials/header.html +++ b/client/partials/header.html @@ -0,0 +1 @@ +

Header Content

\ No newline at end of file diff --git a/client/partials/nav.html b/client/partials/nav.html index e69de29..286fbab 100644 --- a/client/partials/nav.html +++ b/client/partials/nav.html @@ -0,0 +1,9 @@ + \ No newline at end of file