aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2024-07-21 04:20:23 +0200
committerache <ache@ache.one>2024-07-21 04:20:23 +0200
commitae6e22c526e12a6d0832fcfe3a557bd7364ae4e0 (patch)
treef77f36cbb061fbf2743cff26cc9fbdd8832f3a2a
parentClean SVG inkscape tag and properties (diff)
Fix favicon and title
-rw-r--r--index.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/index.html b/index.html
index 2db85ec..d55a52c 100644
--- a/index.html
+++ b/index.html
@@ -1,11 +1,13 @@
<!doctype html>
-<html lang="en">
+<html lang="fr">
<head>
<meta charset="UTF-8" />
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🇫🇷</text></svg>">
- <title>ache - Déps</title>
+ <link
+ rel="icon"
+ href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🇫🇷</text></svg>"
+ />
+ <title>ache - Apprendre les départements Français</title>
</head>
<body>
<div id="app"></div>