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 /everyone-should-become-an-html-expert.html | |
parent | 36382bd2090ff1f67a7efcc981cb9fc92ee4dc01 (diff) |
Cleanup, remove header and footer includes
Diffstat (limited to 'everyone-should-become-an-html-expert.html')
-rwxr-xr-x | everyone-should-become-an-html-expert.html | 8 |
1 files changed, 7 insertions, 1 deletions
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 |