summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Charrier <max@puffer.fish>2025-04-21 11:41:22 +0200
committerMax Charrier <max@puffer.fish>2025-04-21 11:41:22 +0200
commit76168469a9290d017aab57aa2124131e43c13dd6 (patch)
treebd5acef46053dec5ee46e32f58e26e82e8084998
parent21d85a4c64179d9c135df601f46ae08e98e97821 (diff)
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>
-rw-r--r--en.html7
-rw-r--r--index.html9
2 files changed, 13 insertions, 3 deletions
diff --git a/en.html b/en.html
index 7ec6400..09f7418 100644
--- a/en.html
+++ b/en.html
@@ -11,7 +11,12 @@
<LINK REL="stylesheet" HREF="reset.css">
<LINK REL="stylesheet" HREF="webfontkit/stylesheet.css">
<LINK REL="stylesheet" HREF="stylesheet.css">
- <LINK REL="author licence" HREF="#about">
+
+ <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>
diff --git a/index.html b/index.html
index 561216e..d29f2e8 100644
--- a/index.html
+++ b/index.html
@@ -5,13 +5,18 @@
<META CHARSET="utf-8">
<META NAME="viewport" CONTENT="width=device-width, initial-scale=1">
- <META NAME="theme-color" CONTENT="#ffffff">
+ <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 licence" HREF="#about">
+
+ <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>