Add jellomator icon and favicon metadata
All checks were successful
docker / build-and-push (push) Successful in 1m9s
All checks were successful
docker / build-and-push (push) Successful in 1m9s
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user