fix: use current logo for all favicons
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 14s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 14s
This commit is contained in:
@@ -5,6 +5,12 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>MischLabs - Offline</title>
|
||||
<meta name="theme-color" content="#0f172a">
|
||||
<link rel="manifest" href="/manifest.webmanifest?v=4">
|
||||
<link rel="shortcut icon" href="/favicon.ico?v=4">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32-v4.png">
|
||||
<link rel="icon" type="image/png" sizes="48x48" href="/icons/favicon-48-v4.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/icons/favicon-192-v4.png">
|
||||
<link rel="apple-touch-icon" href="/icons/apple-touch-icon-v4.png">
|
||||
<link rel="stylesheet" href="/style.css?v=13">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user