diff src/blog/blog.html @ 13:8f9aa9800737 default tip

start blog
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 15 Sep 2025 20:07:12 -0600
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/blog/blog.html	Mon Sep 15 20:07:12 2025 -0600
@@ -0,0 +1,23 @@
+<!doctype html>
+<html lang="en">
+	<head>
+		<script src="/site.js"></script>
+		<script> head() </script>
+		<title>Arkian - Blog</title>
+		<style>
+			h1 {
+				margin-bottom: 0;
+			}
+		</style>
+	</head>
+	<body>
+		<script> header() </script>
+		<div content>
+			<h1>Blog</h1>
+
+			<ul links>
+				<li><a href="Programming_Is_Hopeless.html">Programming Is Hopeless</a></li>
+			</ul>
+		</div>
+	</body>
+</html>