From 2984adf171c49940e683fa997e8cdc60fcf1d60b Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Sat, 23 Jan 2016 14:35:53 +0100 Subject: Init basic AngularJS App --- client/partials/header.html | 1 + client/partials/nav.html | 9 +++++++++ 2 files changed, 10 insertions(+) (limited to 'client/partials') 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 @@ +
+ + Cras justo odio + + Dapibus ac facilisis in + Morbi leo risus + Porta ac consectetur ac + Vestibulum at eros +
\ No newline at end of file -- cgit v1.2.3