Add jellomator icon and favicon metadata
All checks were successful
docker / build-and-push (push) Successful in 1m9s

This commit is contained in:
Space-Banane
2026-05-20 21:24:19 +02:00
parent 4c17adbf55
commit 6664293d4d
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,10 @@
<head>
<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" />
<title>Jellomator</title>
<script>
if (localStorage.theme === 'light') document.documentElement.classList.remove('dark');

BIN
public/jellomator.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB