feat: replace inline favicon with extracted app icon from DMG
This commit is contained in:
@@ -4,7 +4,10 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Oikos — Control Room</title>
|
||||
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🏠</text></svg>" />
|
||||
<link rel="icon" type="image/png" href="/ui/favicon.png" />
|
||||
<link rel="apple-touch-icon" href="/ui/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/ui/android-chrome-192.png" />
|
||||
<link rel="icon" type="image/png" sizes="512x512" href="/ui/android-chrome-512.png" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user