diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-01-24 11:29:36 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-01-24 11:29:36 +0100 |
| commit | 96a85567552f1555f9c46990610f8e387a4e9d7a (patch) | |
| tree | 2b5317d223dab2422ba858d6c7f7d2ee90eebd7a /client/partials/menu.html | |
| parent | 20f7f555f9061d3395d0be36d201382f7a61f5c4 (diff) | |
Edit interface
Diffstat (limited to 'client/partials/menu.html')
| -rw-r--r-- | client/partials/menu.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/client/partials/menu.html b/client/partials/menu.html index 04f4f68..cb3cb6a 100644 --- a/client/partials/menu.html +++ b/client/partials/menu.html @@ -1,7 +1,4 @@ <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> + <button type="button" class="list-group-item">Home</button> + <button type="button" class="list-group-item">Network</button> </div>
\ No newline at end of file |
