summaryrefslogtreecommitdiff
path: root/index.html
blob: d29f2e818957c52708e7402ad82a469266904f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!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">

  <LINK REL="alternate" HREF="en.html" HREFLANG=en TYPE="text/html" TITLE="English page">
 </HEAD>
 <BODY>
  <HEADER>
   <H1>Max</H1>
   <NAV>
    <ASIDE>
     <A LANG="en" CLASS="button" HREF="en.html">For the English document</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>Pain, beurre et confiture</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>