feat: Update favicon with multiple sizes for different devices
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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="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">
|
||||
|
||||
Reference in New Issue
Block a user