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 /everyone-should-become-an-html-expert.html | |
parent | 7ad33d86f98b93060e149a39a70febfa80d8620b (diff) |
Setup SSI, template header and footers, link cleanup
Diffstat (limited to 'everyone-should-become-an-html-expert.html')
-rwxr-xr-x[-rw-r--r--] | everyone-should-become-an-html-expert.html | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/everyone-should-become-an-html-expert.html b/everyone-should-become-an-html-expert.html index de9a910..ee30fd1 100644..100755 --- a/everyone-should-become-an-html-expert.html +++ b/everyone-should-become-an-html-expert.html @@ -81,17 +81,6 @@ <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> - <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%2Feveryone-should-become-an-html-expert.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>
\ No newline at end of file |