summaryrefslogtreecommitdiff
path: root/blog.html
diff options
context:
space:
mode:
authorR-man3000 <rasmus.luha@gmail.com>2026-06-12 17:00:31 +0300
committerR-man3000 <rasmus.luha@gmail.com>2026-06-12 17:00:31 +0300
commit30a19112216e12d19459474f7308ec57cd8aaf9d (patch)
tree6f15108e6afc492d180311460a7a15df9899a8ea /blog.html
parentd1f3fa958413c76226c3172a1c12de1732768c69 (diff)
site redo
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..d8ee4c0
--- /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 title</a>
+ <span class="post-date">Jun 2026</span>
+ </li>
+ </ul>
+ </main>
+ </div>
+ <footer id="footer"></footer>
+ <script src="/script.js"></script>
+</body>
+</html>