comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:45a3989c3447
1 <!doctype html>
2 <html lang="en">
3 <head>
4 <script src="/site.js"></script>
5 <script> head() </script>
6 <title>Arkian</title>
7 <style>
8 h1 {
9 margin-bottom: 0;
10 }
11 h3 {
12 margin-top: 8px;
13 }
14 </style>
15 </head>
16 <body>
17 <script> header() </script>
18 <div content>
19 <h1>Arkian</h1>
20 <h3>A Eugenic Intentional Ethnicity</h3>
21 <ul links>
22 <li><a href="/about.html">About</a></li>
23 <li><a href="/requirements.html">Membership Requirements</a></li>
24 <li><a href="/discussion.html">Discussion</a></li>
25 </ul>
26 </div>
27 </body>
28 </html>