aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-13 13:22:19 -0400
committerBradley Taunt <bt@btxx.org>2024-07-13 13:22:19 -0400
commite77c6576b4e1c36975192b893f3d1544e2950882 (patch)
treeb974694029a11d613e8518b997367d120bc86540
parent36382bd2090ff1f67a7efcc981cb9fc92ee4dc01 (diff)
Cleanup, remove header and footer includes
-rw-r--r--.htaccess9
-rw-r--r--_footer.html7
-rw-r--r--_header.html8
-rwxr-xr-xeveryone-should-become-an-html-expert.html8
-rwxr-xr-xindex.html17
-rwxr-xr-xmembers.html17
6 files changed, 37 insertions, 29 deletions
diff --git a/.htaccess b/.htaccess
deleted file mode 100644
index 3adf7fe..0000000
--- a/.htaccess
+++ /dev/null
@@ -1,9 +0,0 @@
-Options +Includes
-XBitHack Full
-
-Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains; preload"
-Header set Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self'; font-src 'self';"
-Header always append X-Frame-Options SAMEORIGIN
-Header always set X-Content-Type-Options nosniff
-Header always set Referrer-Policy "unsafe-url"
-Header always set Permissions-Policy "geolocation=(self 'https://xhtml.club'), microphone=()"
diff --git a/_footer.html b/_footer.html
deleted file mode 100644
index 8fe7d6f..0000000
--- a/_footer.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<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>
diff --git a/_header.html b/_header.html
deleted file mode 100644
index 04f5d9c..0000000
--- a/_header.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<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>
diff --git a/everyone-should-become-an-html-expert.html b/everyone-should-become-an-html-expert.html
index ee30fd1..536ab83 100755
--- a/everyone-should-become-an-html-expert.html
+++ b/everyone-should-become-an-html-expert.html
@@ -81,6 +81,12 @@
<p>There can only be positives to gain from jumping into HTML and eventually mastering the language. It's the core skeleton implemented across the web (no matter how complex the framework used to get there might be) and isn't going away anytime soon. Some might advocate for becoming fluent in Markdown or a similar formatted text language but I would strongly advocate for the real deal: HTML.</p>
<p id="ft1"><small>1. This is a common debate - but for simplicity sake I'm just calling it this.</small></p>
- <!--#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> \ No newline at end of file
diff --git a/index.html b/index.html
index cf392cd..1591989 100755
--- a/index.html
+++ b/index.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>
<p>Greetings, this is the official <b title="Extreme HyperText Movement for Luddites">XHTML</b> club (and blog)! This website is both a collection of HTML-focused websites and a simple blog; a <a href="https://btxx.org">lonely web designer</a> screaming out into the abyss of the internet. Ranting and raving about the ever increasing bloat that is the "modern" web.</p>
<h2>The Purpose of XHTML</h2>
<p>I feel as though I get more and more extreme in my efforts to combat <em>excessive web bloat</em> across the internet. It started off with the creation of the <a href="https://1mb.club">1MB Club project</a> but has since expanded further - as you might have noticed.</p>
@@ -23,6 +30,12 @@
<li>WIP / Why you need a personal website (and how to make one)</li>
<li>2021-04-06 / <a href="everyone-should-become-an-html-expert.html">Everyone should become an HTML expert</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> \ No newline at end of file
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>