diff options
| author | Max Charrier <max@puffer.fish> | 2025-04-21 11:41:22 +0200 |
|---|---|---|
| committer | Max Charrier <max@puffer.fish> | 2025-04-21 11:41:22 +0200 |
| commit | 76168469a9290d017aab57aa2124131e43c13dd6 (patch) | |
| tree | bd5acef46053dec5ee46e32f58e26e82e8084998 | |
| parent | 21d85a4c64179d9c135df601f46ae08e98e97821 (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.html | 7 | ||||
| -rw-r--r-- | index.html | 9 |
2 files changed, 13 insertions, 3 deletions
@@ -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> @@ -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> |
