diff options
| author | ache <ache@ache.one> | 2024-07-21 04:20:23 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2024-07-21 04:20:23 +0200 |
| commit | ae6e22c526e12a6d0832fcfe3a557bd7364ae4e0 (patch) | |
| tree | f77f36cbb061fbf2743cff26cc9fbdd8832f3a2a | |
| parent | Clean SVG inkscape tag and properties (diff) | |
Fix favicon and title
| -rw-r--r-- | index.html | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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> |