Serve favicon from static public assets
Some checks failed
docker / build-and-push (push) Has been cancelled

This commit is contained in:
Space-Banane
2026-05-20 21:34:26 +02:00
parent 6664293d4d
commit 648cb0a929
2 changed files with 6 additions and 3 deletions

View File

@@ -4,9 +4,9 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#020617" />
<link rel="icon" type="image/png" sizes="32x32" href="/jellomator.png" />
<link rel="shortcut icon" href="/jellomator.png" />
<link rel="apple-touch-icon" href="/jellomator.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/static/jellomator.png" />
<link rel="shortcut icon" href="/static/jellomator.png" />
<link rel="apple-touch-icon" href="/static/jellomator.png" />
<title>Jellomator</title>
<script>
if (localStorage.theme === 'light') document.documentElement.classList.remove('dark');