diff options
author | Bradley Taunt <bt@btxx.org> | 2024-02-09 10:47:38 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-02-09 10:47:38 -0500 |
commit | 4af694a4064966eee6c13b3e1e03d6086a759e3f (patch) | |
tree | 5837004832741fabe8ac56df7f02fc601a0e9a8e /members.html | |
parent | 7ad33d86f98b93060e149a39a70febfa80d8620b (diff) |
Setup SSI, template header and footers, link cleanup
Diffstat (limited to 'members.html')
-rwxr-xr-x[-rw-r--r--] | members.html | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/members.html b/members.html index 9dabde7..eea5dbb 100644..100755 --- a/members.html +++ b/members.html @@ -9,14 +9,7 @@ <link rel="shortcut icon" href="/favicon.png"/> </head> <body> - <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"><b>Members</b></a></li> - </ul> - </div> + <!--#include virtual="/_header.html" --> <h2>XHTML Members:</h2> <p><strong>How to submit:</strong></p> <ol> @@ -69,17 +62,6 @@ <li><a href="https://storin.nl/">storin.nl</a></li> <li><a href="https://barf.btxx.org">barf.btxx.org</a></li> </ul> - <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 valid XHTML 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> - <p> - <a href="https://validator.w3.org/check?uri=https%3A%2F%2Fxhtml.club%2Fmembers.html"> - <img src="https://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /> - </a> - </p> - </div> + <!--#include virtual="/_footer.html" --> </body> </html> |