Fix 404 errors: Move favicon files to static directory and update all references

This commit is contained in:
2025-07-25 13:19:12 +02:00
parent 8f8c5f42ca
commit 5867e3eeb7
7 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@
<meta http-equiv="x-ua-compatible" content="IE=edge">
<meta name="application-name" content="Elpatrons Datumsrechner">
<meta name="msapplication-TileColor" content="#2563eb">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="stylesheet" href="/static/style.css">
<link rel="manifest" href="/static/manifest.json">
<meta name="theme-color" content="#2563eb">