diff src/index.html @ 0:45a3989c3447

start public repo
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 11 Sep 2025 15:26:39 -0600
parents
children 5419663ca6ca
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/index.html	Thu Sep 11 15:26:39 2025 -0600
@@ -0,0 +1,28 @@
+<!doctype html>
+<html lang="en">
+	<head>
+		<script src="/site.js"></script>
+		<script> head() </script>
+		<title>Arkian</title>
+		<style>
+			h1 {
+				margin-bottom: 0;
+			}
+			h3 {
+				margin-top: 8px;
+			}
+		</style>
+	</head>
+	<body>
+		<script> header() </script>
+		<div content>
+			<h1>Arkian</h1>
+			<h3>A Eugenic Intentional Ethnicity</h3>
+			<ul links>
+				<li><a href="/about.html">About</a></li>
+				<li><a href="/requirements.html">Membership Requirements</a></li>
+				<li><a href="/discussion.html">Discussion</a></li>
+			</ul>
+		</div>
+	</body>
+</html>