summaryrefslogtreecommitdiff
path: root/templates/header.html
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-05-18 17:36:23 +0500
committerilotterytea <iltsu@alright.party>2024-05-18 17:36:23 +0500
commit372e7704a59f51877c132cfaf3d47c98f8516c56 (patch)
tree6689a5cc8ed47a9c413660d8a0873bc8fef7dd05 /templates/header.html
parent85b02485556142a04d902195f895420f306f9781 (diff)
feat: navbar
Diffstat (limited to 'templates/header.html')
-rw-r--r--templates/header.html8
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>