Ajoute les assets de partage Groupe KA (og.png, favicon.svg, apple-touch-icon)
- Nouveau favicon SVG et apple-touch-icon servis à la racine via frontend/public - Image Open Graph 1200×630 : meta og:image + dimensions + twitter:card/twitter:image dans le head Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
4 changed files +12 −1
modified
frontend/index.html
+7 −1
@@ -18,7 +18,13 @@ | ||
| 18 | 18 | <link rel="preconnect" href="https://fonts.googleapis.com" /> |
| 19 | 19 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
| 20 | 20 | <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@500;700&display=swap" rel="stylesheet" /> |
| 21 | − <link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='12' fill='%23141814'/%3E%3Ccircle cx='32' cy='32' r='21' fill='none' stroke='%23d9f26b' stroke-width='5'/%3E%3Ccircle cx='32' cy='32' r='9.5' fill='%23d9f26b'/%3E%3Cpath d='M13 20 v10 M9.5 20 v6 M16.5 20 v6' stroke='%23f5f3ee' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M51.5 20 v24' stroke='%23f5f3ee' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E" /> | |
| 21 | + <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> | |
| 22 | + <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> | |
| 23 | + <meta property="og:image" content="https://www.resto-ka.com/og.png" /> | |
| 24 | + <meta property="og:image:width" content="1200" /> | |
| 25 | + <meta property="og:image:height" content="630" /> | |
| 26 | + <meta name="twitter:card" content="summary_large_image" /> | |
| 27 | + <meta name="twitter:image" content="https://www.resto-ka.com/og.png" /> | |
| 22 | 28 | </head> |
| 23 | 29 | <body> |
| 24 | 30 | <div id="root"></div> |
added
frontend/public/apple-touch-icon.png
+0 −0
Binary file not shown.
added
frontend/public/favicon.svg
+5 −0
@@ -0,0 +1,5 @@ | ||
| 1 | +<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"> | |
| 2 | +<rect width="64" height="64" rx="14" fill="#141814"/> | |
| 3 | +<rect x="4.5" y="4.5" width="55" height="55" rx="11" fill="none" stroke="#f08c00" stroke-opacity="0.35" stroke-width="2"/> | |
| 4 | +<text x="32" y="43" text-anchor="middle" font-family="'Space Grotesk','Arial Black',sans-serif" font-size="30" font-weight="700" letter-spacing="-1" fill="#f08c00" transform="rotate(-4 32 32)">Ka</text> | |
| 5 | +</svg> | |
| \ No newline at end of file | ||
added
frontend/public/og.png
+0 −0
Binary file not shown.