Skip to content

Commit c27a029

Browse files
committed
Fix Icon SEO
1 parent 60a9667 commit c27a029

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@
1010
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Roboto+Mono:wght@400;500&display=swap" rel="stylesheet">
1111

1212
<!-- SEO Meta Tags -->
13-
<meta name="icon" href="./contents/img/logo.svg">
1413
<meta name="description" content="Console Linux Web interactive - Simulateur de terminal Linux dans votre navigateur. Exécutez des commandes, apprenez Linux et explorez un environnement de terminal virtuel.">
1514
<meta name="keywords" content="console linux, terminal web, simulateur linux, commandes linux, terminal virtuel, bash, shell, console interactive">
15+
16+
<!-- Favicon -->
17+
<link rel="icon" type="image/svg+xml" href="./contents/img/logo.svg">
18+
<link rel="apple-touch-icon" sizes="180x180" href="./contents/img/logo.svg">
19+
<link rel="shortcut icon" href="./contents/img/logo.svg">
1620
<meta name="author" content="Klaynight">
1721
<meta name="robots" content="index, follow">
1822

version.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
2-
"version": "2.0.2",
2+
"version": "2.0.3",
33
"date": "2025-06-05",
4-
"changelog": "Add icon SEO",
4+
"changelog": "Fix icon SEO",
55
"history": [
6+
{
7+
"version": "2.0.3",
8+
"date": "2025-06-06",
9+
"changelog": "Fix icon SEO",
10+
"type": "patch"
11+
},
612
{
713
"version": "2.0.2",
814
"date": "2025-06-06",

0 commit comments

Comments
 (0)