diff options
Diffstat (limited to 'client/partials')
| -rw-r--r-- | client/partials/header.html | 1 | ||||
| -rw-r--r-- | client/partials/nav.html | 9 |
2 files changed, 10 insertions, 0 deletions
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 @@ +<p>Header Content</p>
\ 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 @@ +<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 |
