aboutsummaryrefslogtreecommitdiff
path: root/app/components/header
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/header')
-rw-r--r--app/components/header/header.svelte11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/components/header/header.svelte b/app/components/header/header.svelte
new file mode 100644
index 0000000..15b75b8
--- /dev/null
+++ b/app/components/header/header.svelte
@@ -0,0 +1,11 @@
+<header>
+ <nav class="top-navigation">
+ <ul>
+ <li><strong><a href="/">Forum v1.0.0</a></strong></li>
+ <li><a href="/new"><u class="action-key">N</u>ew Post</a></li>
+ <li><a href="/reply"><u class="action-key">R</u>eply</a></li>
+ <li><a href="/search"><u class="action-key">S</u>earch</a></li>
+ <li><a href="/logout">Log <u class="action-key">O</u>ut</a></li>
+ </ul>
+ </nav>
+</header>