Improve support for favicon and PWA icons

This commit is contained in:
itepechi 2023-09-26 08:56:32 +09:00
parent 8c0d8bb285
commit c14dfc1581
4 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
<link rel="stylesheet" href="/static/theme-holder.css" id="theme-holder">
<!--server-generated-meta-->
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="apple-touch-icon" href="/static/apple-touch-icon.png">
<link rel="manifest" href="/manifest.json">
</head>
<body class="hidden">

BIN
static/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB