diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 30 |
1 files changed, 18 insertions, 12 deletions
@@ -1,21 +1,22 @@ -<html lang="en"> +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>XHTML Club - Extreme HyperText Movement for Luddites</title> - <link rel="shortcut icon" href="/favicon.png"> - <link rel="stylesheet" href="style.css"> + <link rel="shortcut icon" href="/favicon.png"/> </head> <body> <h1>XHTML Club</h1> - <h2>E<u>x</u>treme <u>H</u>yper<u>T</u>ext <u>M</u>ovement for <u>L</u>uddites</h2> - <nav> + <h2 style="font-weight:normal;">E<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="/"><b>Home</b></a></li> <li><a href="./members.html">Members</a></li> </ul> - </nav> - <p>Greetings, this is the official <u title="Extreme HyperText Movement for Luddites">XHTML</u> 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> + </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> <p>This isn't due to a hatred towards CSS and JavaScript, but instead a hatred towards how horrible they are being used on the web today. What was once used for flourish or improving a user's experience is now used to directly attack and harm that user. I do not wish to be a part of that growing problem.</p> @@ -28,12 +29,17 @@ <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> - <footer> + <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 vanilla HTML 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> - </footer> + <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%2F"> + <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /> + </a> + </p> + </div> </body> </html>
\ No newline at end of file |