diff options
| author | ache <ache@ache.one> | 2023-11-05 14:25:45 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2023-11-05 14:26:22 +0100 |
| commit | 907dec561613289f89f015f5039cdac356e62f5d (patch) | |
| tree | cee2b19a64a551604216760c11bdd744e67f99ff | |
| parent | CSS to ensure max size (diff) | |
Fix name and ico
| -rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,8 @@ <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" /> - <title>Vite + Svelte</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 - Déps</title> </head> <body> <div id="app"></div> |