Ajoute un favicon explicite aux pages

This commit is contained in:
2026-04-12 15:28:17 +02:00
parent c3818e6417
commit 351f0bf1fe
6 changed files with 10 additions and 5 deletions

View File

@@ -14,7 +14,8 @@
content="Application officielle de match pour ChessCubing Arena sur téléphone et tablette."
/>
<title>ChessCubing Arena | Application</title>
<link rel="icon" type="image/png" href="logo.png" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="shortcut icon" href="/favicon.png" />
<link rel="apple-touch-icon" href="logo.png" />
<link rel="manifest" href="site.webmanifest" />
<link rel="stylesheet" href="styles.css" />

View File

@@ -14,7 +14,8 @@
content="Phase chrono de ChessCubing Arena avec gros boutons face-à-face."
/>
<title>ChessCubing Arena | Phase Chrono</title>
<link rel="icon" type="image/png" href="logo.png" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="shortcut icon" href="/favicon.png" />
<link rel="apple-touch-icon" href="logo.png" />
<link rel="manifest" href="site.webmanifest" />
<link rel="stylesheet" href="styles.css" />

View File

@@ -14,7 +14,8 @@
content="Phase cube de ChessCubing Arena avec gros boutons de fin."
/>
<title>ChessCubing Arena | Phase Cube</title>
<link rel="icon" type="image/png" href="logo.png" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="shortcut icon" href="/favicon.png" />
<link rel="apple-touch-icon" href="logo.png" />
<link rel="manifest" href="site.webmanifest" />
<link rel="stylesheet" href="styles.css" />

BIN
favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 652 KiB

View File

@@ -14,7 +14,8 @@
content="Découvrez ChessCubing, l'association et le jeu qui réunit échecs et Rubik's Cube dans un format simple, vivant et spectaculaire."
/>
<title>ChessCubing Arena | Accueil</title>
<link rel="icon" type="image/png" href="logo.png" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="shortcut icon" href="/favicon.png" />
<link rel="apple-touch-icon" href="logo.png" />
<link rel="manifest" href="site.webmanifest" />
<link rel="stylesheet" href="styles.css" />

View File

@@ -14,7 +14,8 @@
content="Page règlement officielle du site ChessCubing Arena avec synthèse des formats Twice et Time."
/>
<title>ChessCubing Arena | Règlement officiel</title>
<link rel="icon" type="image/png" href="logo.png" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="shortcut icon" href="/favicon.png" />
<link rel="apple-touch-icon" href="logo.png" />
<link rel="manifest" href="site.webmanifest" />
<link rel="stylesheet" href="styles.css" />