diff options
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 |
