feat: Update favicon with multiple sizes for different devices
This commit is contained in:
@@ -2,7 +2,9 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
<link rel="icon" type="image/png" sizes="16x16" href="/logo_16.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/logo_32.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="256x256" href="/logo_256.png" />
|
||||||
<meta name="description" content="An AI frontend for both light and core users.">
|
<meta name="description" content="An AI frontend for both light and core users.">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Tilt+Prism&family=Yellowtail&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Tilt+Prism&family=Yellowtail&display=swap" rel="stylesheet">
|
||||||
|
|||||||
BIN
public/logo_16.png
Normal file
BIN
public/logo_16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 402 B |
BIN
public/logo_256.png
Normal file
BIN
public/logo_256.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
BIN
public/logo_32.png
Normal file
BIN
public/logo_32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 720 B |
Reference in New Issue
Block a user