view 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 source

<!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>