www/en.html
max 76168469a9
Fix document metadata
- Information about author, the current page and licensing
- Fix theme-color on French page
- Add alternative document for other language as other media

Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-21 11:41:22 +02:00

45 lines
1.2 KiB
HTML

<!DOCTYPE HTML>
<HTML LANG="en">
<HEAD>
<TITLE>~max</TITLE>
<META CHARSET="utf-8">
<META NAME="viewport" CONTENT="width=device-width, initial-scale=1">
<META NAME="theme-color" CONTENT="#f1e9df">
<META NAME="color-scheme" CONTENT="only light">
<LINK REL="stylesheet" HREF="reset.css">
<LINK REL="stylesheet" HREF="webfontkit/stylesheet.css">
<LINK REL="stylesheet" HREF="stylesheet.css">
<LINK REL="author license" HREF="#about">
<META NAME="author" CONTENT="Max Charrier">
<META NAME="description" CONTENT="Personnal home page">
<LINK REL="alternate" HREF="index.html" HREFLANG=fr TYPE="text/html" TITLE="French page">
</HEAD>
<BODY>
<HEADER>
<H1>Max</H1>
<NAV>
<ASIDE>
<A LANG="fr" HREF="index.html">Go back to La France!</A>
</ASIDE>
<MENU>
<LI><A HREF="https://forgejo.puffer.fish/max">Git</A>
<LI><A HREF="vendor/pubkey.html">PGP Key</A>
<LI><A HREF="https://www.catb.org/esr/writings/unix-koans/shell-tools.html">Master Foo</A>
</MENU>
</NAV>
</HEADER>
<P>Welcome to Deez Nuts!</P>
<FOOTER>
<ADDRESS>
For more details, contact
<A HREF="mailto:max@puffer.fish">me</A>.
</ADDRESS>
<P>Copyright (&copy;) 2025 Max Charrier</P>
</FOOTER>
</BODY>
</HTML>