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:
10
index.html
10
index.html
@@ -9,10 +9,12 @@
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="apple-mobile-web-app-title" content="MischLabs">
|
||||
<link rel="manifest" href="/manifest.webmanifest?v=3">
|
||||
<link rel="apple-touch-icon" href="/icons/apple-touch-icon-v2.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/icons/icon-192.png">
|
||||
<link rel="icon" type="image/png" sizes="512x512" href="/icons/icon-512.png">
|
||||
<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=27">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user