fix: favicon paths
R
Rüdiger Küpper
<rpr@9it.de>
committete am 19.02.2026 06:06
8cc568475244da9d69fc1d65133085538077b57e
| @@ -11,9 +11,9 @@ | ||
| 11 | 11 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 12 | 12 | <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet"> |
| 13 | 13 | <link rel="stylesheet" href="/static/css/style.css"> |
| 14 | -<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32.png"> |
|
| 15 | -<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16.png"> |
|
| 16 | -<link rel="icon" href="/icons/favicon.ico"> |
|
| 14 | +<link rel="icon" type="image/png" sizes="32x32" href="/static/icons/favicon-32.png"> |
|
| 15 | +<link rel="icon" type="image/png" sizes="16x16" href="/static/icons/favicon-16.png"> |
|
| 16 | +<link rel="icon" href="/static/icons/favicon.ico"> |
|
| 17 | 17 | |
| 18 | 18 | <link rel="apple-touch-icon" sizes="180x180" href="/static/icons/apple-touch-icon.png"> |
| 19 | 19 |