diff options
Diffstat (limited to 'templates/header.html.hbs')
| -rw-r--r-- | templates/header.html.hbs | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/templates/header.html.hbs b/templates/header.html.hbs index 6057f69..28786e4 100644 --- a/templates/header.html.hbs +++ b/templates/header.html.hbs @@ -1,16 +1,16 @@ -<style> - * { - font-family: cursive; - } -</style> +{{> layout }} -<title>chan</title> +<ul class="nav justify-content-center"> + <li class="nav-item"> + <a class="nav-link" href="/"> + Home + </a> + </li> -<center> -<nav> - <p>chan</a> | - <a href="/">index</a> | - <a href="/post">post</a> | - <a href="/threads">threads</a> -</nav> + <li class="nav-item"> + <a class="nav-link" href="/boards"> + Boards + </a> + </li> +</ul> <br> |