Mercurial Hosting > arkian
view src/index.html @ 1:5419663ca6ca
add this.html
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 11 Sep 2025 16:18:29 -0600 |
parents | 45a3989c3447 |
children | c33c1f76ef2c |
line wrap: on
line source
<!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> <li><a href="/this.html">This Website</a></li> </ul> </div> </body> </html>