summaryrefslogtreecommitdiff
path: root/blog.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/blog.html b/blog.html
new file mode 100644
index 0000000..39d04c7
--- /dev/null
+++ b/blog.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>Blog - Luhamus</title>
+ <link rel="stylesheet" href="/style.css" />
+</head>
+<body>
+ <div id="app">
+ <nav id="nav"></nav>
+
+ <main>
+ <h1>Writing</h1>
+ <ul class="post-list">
+ <li>
+ <a href="/blog/post-1.html">My first post - TODO</a>
+ <span class="post-date">Jun 2026</span>
+ </li>
+ </ul>
+ </main>
+ </div>
+ <footer id="footer"></footer>
+ <script src="/script.js"></script>
+</body>
+</html>