diff options
Diffstat (limited to 'templates/header.html')
| -rw-r--r-- | templates/header.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/header.html b/templates/header.html new file mode 100644 index 0000000..6e439da --- /dev/null +++ b/templates/header.html @@ -0,0 +1,8 @@ +<div class="w-full py-2 space-x-4 flex flex-row items-center"> + <a href="/"> + <img src="static/img/logo.png" alt="BOT" width="64"> + </a> + + <a href="/">home</a> + <a href="/wiki">wiki</a> +</div> |
