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>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<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>
|
<title>Jellomator</title>
|
||||||
<script>
|
<script>
|
||||||
if (localStorage.theme === 'light') document.documentElement.classList.remove('dark');
|
if (localStorage.theme === 'light') document.documentElement.classList.remove('dark');
|
||||||
|
|||||||
BIN
public/jellomator.png
Normal file
BIN
public/jellomator.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Reference in New Issue
Block a user