summaryrefslogtreecommitdiff
path: root/templates/layouts/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layouts/header.html')
-rw-r--r--templates/layouts/header.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/layouts/header.html b/templates/layouts/header.html
new file mode 100644
index 0000000..be02def
--- /dev/null
+++ b/templates/layouts/header.html
@@ -0,0 +1,8 @@
+<!-- templates/header.html -->
+<h1>a73x</h1>
+<nav>
+ <ul>
+ <li><a href="/">Home</a></li>
+ <li><a href="/posts">Posts</a></li>
+ </ul>
+</nav>