diff options
-rw-r--r-- | website/templates/index.html | 6 | ||||
-rw-r--r-- | website/templates/page.html | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index 37213c6..7318347 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -28,6 +28,12 @@ </li> </ul> + <li class="toggle-topbar menu-icon"> + <a href="#"> + <span>MENU</span> + </a> + </li> + <section class="top-bar-section"> <ul class="right"> <li class="divider"></li> diff --git a/website/templates/page.html b/website/templates/page.html index 38e62b8..f4ebc50 100644 --- a/website/templates/page.html +++ b/website/templates/page.html @@ -28,6 +28,12 @@ </li> </ul> + <li class="toggle-topbar menu-icon"> + <a href="#"> + <span>MENU</span> + </a> + </li> + <section class="top-bar-section"> <ul class="right"> <li class="divider"></li> |