diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-01-23 18:12:18 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-01-23 18:12:18 +0100 |
| commit | 05b0ac955170fd8708bf4d72bc6dedd024156f5f (patch) | |
| tree | e8d9052705121cea38bcee9d9e02c30f3eb332c4 /client/partials/menu.html | |
| parent | bf9eb3323deb64873566e330db488a3ae8fe3e43 (diff) | |
Change grid
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 |
