summaryrefslogtreecommitdiff
path: root/html/blog.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/blog.html')
-rw-r--r--html/blog.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/html/blog.html b/html/blog.html
new file mode 100644
index 0000000..5d421fa
--- /dev/null
+++ b/html/blog.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>blog</title>
+ <meta charset="UTF-8">
+ <link id="mainstyle" rel="stylesheet" href="style.css">
+ <link rel="stylesheet" href="etc.css">
+ <script src="style.js" defer></script>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+</head>
+<body>
+ <main id="content">
+ <h2 style="margin-top: 0; margin-bottom: 8px;">&gt;&lt;&gt; blog</h2>
+ <a href="index.html">home</a> /
+ <a href="pages.html">pages</a> /
+ <a href="blog.html">blog</a> /
+ <a href="journal.html">journal</a> /
+ <a href="about_site.html">about site</a>
+ <hr>
+<p>TODO: automate this shite</p>
+<p>Is it &quot;Blogs&quot; or &quot;Articles&quot;?</p>
+<ul>
+<li><a href="the_perfect_phone.html">The Perfect Phone</a></li>
+</ul>
+<hr>Last Modified: January 01, 2026
+</main></body></html>