summaryrefslogtreecommitdiff
path: root/client/partials/menu.html
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-01-23 18:12:18 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-01-23 18:12:18 +0100
commit05b0ac955170fd8708bf4d72bc6dedd024156f5f (patch)
treee8d9052705121cea38bcee9d9e02c30f3eb332c4 /client/partials/menu.html
parentbf9eb3323deb64873566e330db488a3ae8fe3e43 (diff)
Change grid
Diffstat (limited to 'client/partials/menu.html')
-rw-r--r--client/partials/menu.html7
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