diff options
Diffstat (limited to 'client/partials/menu.html')
| -rw-r--r-- | client/partials/menu.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/partials/menu.html b/client/partials/menu.html new file mode 100644 index 0000000..04f4f68 --- /dev/null +++ b/client/partials/menu.html @@ -0,0 +1,7 @@ +<div class="list-group"> + <button type="button" class="list-group-item">Entry 1</button> + <button type="button" class="list-group-item">Entry 2</button> + <button type="button" class="list-group-item">Entry 3</button> + <button type="button" class="list-group-item">Entry 4</button> + <button type="button" class="list-group-item">Entry 5</button> +</div>
\ No newline at end of file |
