Add navbar component

This commit is contained in:
2026-05-06 20:23:27 +02:00
parent 2593b65baf
commit 06e3601d70
2 changed files with 13 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<template>
<nav class="global-nav">
<span id="logo">Seekra</span>
<ul>
</ul>
</nav>
</template>