Motivation: It's very difficult to maintain multiple page for a simple home page. And, in 2025, the vast majority of web browser include translation tool, so, if you don't understand my home page, just: 1) learn French 2) use the translation tool Signed-off-by: Max Charrier <max@puffer.fish>
40 lines
1.1 KiB
HTML
40 lines
1.1 KiB
HTML
<!DOCTYPE HTML>
|
|
<HTML LANG="fr">
|
|
<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">
|
|
</HEAD>
|
|
<BODY>
|
|
<HEADER>
|
|
<H1>Max</H1>
|
|
<NAV>
|
|
<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>Pain, beurre et confiture</P>
|
|
<FOOTER>
|
|
<ADDRESS>
|
|
Plus d'information ? Contactez
|
|
<A HREF="mailto:max@puffer.fish">moi</A>.
|
|
</ADDRESS>
|
|
<P>Copyright (©) 2025 Max Charrier</P>
|
|
</FOOTER>
|
|
</BODY>
|
|
</HTML>
|