Added a template for the index.html pages

This commit is contained in:
Mike Lynch 2026-01-06 17:47:49 +11:00
parent f5cb3b5af4
commit 5f9c29e29d

28
template.html Normal file
View File

@ -0,0 +1,28 @@
<html>
<head>
<title>etc.mikelynch.org | Genuary 2026</title>
<link rel="stylesheet" href="../styles.css" />
</head>
<body>
<div id="main">
<h1>Genuary 2026 - </h1>
<p>Prompt: </p>
<p></p>
<p><a href="../">Back</a></p>
<p><a href="https://git.tilde.town/bombinans/genuary2026/src/branch/main/06/genuary05.py">The Python script</p>
<script src="animate.js">
</script>
</body>
</html>