summaryrefslogtreecommitdiff
path: root/templates/layouts/header.html
diff options
context:
space:
mode:
authora73x <[email protected]>2024-08-25 15:14:41 +0100
committera73x <[email protected]>2024-08-25 15:14:41 +0100
commitfea0ef77c8c98dfadd2f9d29804653293fd31c99 (patch)
tree6dadd3062fc77d37e622838eb6b16a60e2774f4d /templates/layouts/header.html
parent794401aaadfaa4efd91587db40439226231ff303 (diff)
feat: add templating
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>