diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-13 13:22:19 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-13 13:22:19 -0400 |
commit | e77c6576b4e1c36975192b893f3d1544e2950882 (patch) | |
tree | b974694029a11d613e8518b997367d120bc86540 /members.html | |
parent | 36382bd2090ff1f67a7efcc981cb9fc92ee4dc01 (diff) |
Cleanup, remove header and footer includes
Diffstat (limited to 'members.html')
-rwxr-xr-x | members.html | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/members.html b/members.html index 343e54a..a39c62b 100755 --- a/members.html +++ b/members.html @@ -9,7 +9,14 @@ <link rel="shortcut icon" href="/favicon.png"/> </head> <body> - <!--#include virtual="/_header.html" --> + <h1>XHTML Club</h1> + <h2 style="font-weight:normal;"><b>X</b>treme <b>H</b>yper<b>T</b>ext <b>M</b>ovement for <b>L</b>uddites</h2> + <div id="nav"> + <ul> + <li><a href="/">Home</a></li> + <li><a href="./members.html">Members</a></li> + </ul> + </div> <h2>XHTML Members:</h2> <p><strong>How to submit:</strong></p> <ol> @@ -63,6 +70,12 @@ <li><a href="https://barf.btxx.org">barf.btxx.org</a></li> <li><a href="https://secu.pages.dev">secu.pages.dev</a></li> </ul> - <!--#include virtual="/_footer.html" --> + <div id="footer"> + <h3>Support XHTML</h3> + <p>All content posted on this website will always remain free to everyone. No pay-walls, obtrusive ads or annoying tracking cookies. Basically zero bullshit or fluff. If you feel like you would like to support my efforts in continuously posting free (<em>and hopefully interesting</em>) content, then please consider <a href="https://btxx.org/pizza">donating</a>.</p> + + <h3>Colophon</h3> + <p>This website is hand-coded with <a href="http://validator.w3.org/check?uri=referer">valid XHTML</a> and hosted with <a href="https://nearlyfreespeech.net">NearlyFreeSpeech</a>. Reach out on <a rel="me" href="https://mastodon.bsd.cafe/@bt">Mastodon</a></p> + </div> </body> </html> |