diff options
| author | Max Charrier <max@puffer.fish> | 2025-04-21 19:34:06 +0200 |
|---|---|---|
| committer | Max Charrier <max@puffer.fish> | 2025-04-21 19:34:06 +0200 |
| commit | 7f0ee160de2fb9c129e6ce8f28c6fadbad58d3f9 (patch) | |
| tree | be2eccf566c6d12e4975c6c0a5c035d10e06029b | |
| parent | e37c0020ccea5c7c9cc0777ea0ae03b20d5f3c9a (diff) | |
Add simple english version25w17a
Necessary to explain my motivation, only for this purpose.
Signed-off-by: Max Charrier <max@puffer.fish>
| -rw-r--r-- | english.html | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/english.html b/english.html new file mode 100644 index 0000000..5dcf815 --- /dev/null +++ b/english.html @@ -0,0 +1,52 @@ +<!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 + Charrier + </H1> + <NAV> + <MENU> + <LI><A HREF="index.html">Index</A> + <LI><A LANG="en" HREF="english.html">English</A> + <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> + <MAIN> + <H2>Max Charrier, student of Computer Science at <A HREF="https://www.univ-poitiers.fr/en/">University of Poitiers</A>, welcomes you to his home page.</H2> + <P CLASS="no-margin">This website is strictly provided in French<A href="#footnote-1">[1]</A>, except this page. If you want to browse it, you have two options: + <OL> + <LI>Learn French; + <LI>Use your browser's translation tool. + </OL> + <P id="footnote-1">1. I'm French, so I speak French. + </MAIN> + <FOOTER> + <ADDRESS> + For more details, contact + <A HREF="mailto:max@puffer.fish">me</A>. + </ADDRESS> + <P>Copyright (©) 2025 Max Charrier. + </FOOTER> + </BODY> +</HTML> |
