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>
This commit is contained in:
parent
21d85a4c64
commit
76168469a9
7
en.html
7
en.html
|
@ -11,7 +11,12 @@
|
||||||
<LINK REL="stylesheet" HREF="reset.css">
|
<LINK REL="stylesheet" HREF="reset.css">
|
||||||
<LINK REL="stylesheet" HREF="webfontkit/stylesheet.css">
|
<LINK REL="stylesheet" HREF="webfontkit/stylesheet.css">
|
||||||
<LINK REL="stylesheet" HREF="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>
|
</HEAD>
|
||||||
<BODY>
|
<BODY>
|
||||||
<HEADER>
|
<HEADER>
|
||||||
|
|
|
@ -5,13 +5,18 @@
|
||||||
<META CHARSET="utf-8">
|
<META CHARSET="utf-8">
|
||||||
<META NAME="viewport" CONTENT="width=device-width, initial-scale=1">
|
<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">
|
<META NAME="color-scheme" CONTENT="only light">
|
||||||
|
|
||||||
<LINK REL="stylesheet" HREF="reset.css">
|
<LINK REL="stylesheet" HREF="reset.css">
|
||||||
<LINK REL="stylesheet" HREF="webfontkit/stylesheet.css">
|
<LINK REL="stylesheet" HREF="webfontkit/stylesheet.css">
|
||||||
<LINK REL="stylesheet" HREF="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>
|
</HEAD>
|
||||||
<BODY>
|
<BODY>
|
||||||
<HEADER>
|
<HEADER>
|
||||||
|
|
Loading…
Reference in a new issue