diff options
| author | Loic GUEGAN <loic@Manzerbredes> | 2016-01-23 14:35:53 +0100 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes> | 2016-01-23 14:35:53 +0100 |
| commit | 2984adf171c49940e683fa997e8cdc60fcf1d60b (patch) | |
| tree | 1cb896bd55c3d87b2ddfb159cee0ce0d9c69ecf1 /client/partials/nav.html | |
| parent | d9f59602ff537d5f10be834bccd806840e840405 (diff) | |
Init basic AngularJS App
Diffstat (limited to 'client/partials/nav.html')
| -rw-r--r-- | client/partials/nav.html | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ +<div class="list-group"> + <a href="#" class="list-group-item active"> + Cras justo odio + </a> + <a href="#" class="list-group-item">Dapibus ac facilisis in</a> + <a href="#" class="list-group-item">Morbi leo risus</a> + <a href="#" class="list-group-item">Porta ac consectetur ac</a> + <a href="#" class="list-group-item">Vestibulum at eros</a> + </div>
\ No newline at end of file |
