0
|
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>
|
2
|
20 <h3>A Family Ark</h3>
|
4
|
21 <p>Save your family from evil dysgenic modern culture.</p>
|
0
|
22 <ul links>
|
|
23 <li><a href="/about.html">About</a></li>
|
|
24 <li><a href="/requirements.html">Membership Requirements</a></li>
|
|
25 <li><a href="/discussion.html">Discussion</a></li>
|
1
|
26 <li><a href="/this.html">This Website</a></li>
|
0
|
27 </ul>
|
|
28 </div>
|
|
29 </body>
|
|
30 </html>
|