Setup favicon

This commit is contained in:
pancakes 2025-09-12 15:00:06 +10:00
parent f3af30afb6
commit e475543612
Signed by: pancakes
SSH key fingerprint: SHA256:yrp4c4hhaPoPG07fb4QyQIgAdlbUdsJvUAydJEWnfTw
4 changed files with 7 additions and 0 deletions

View file

@ -5,9 +5,16 @@
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<base href="/"/>
@* Icons *@
<link rel="icon" type="image/webp" href="@Assets["icon.webp"]">
<link rel="icon" type="image/png" href="@Assets["icon.png"]">
@* Stylesheets *@
<link rel="stylesheet" href="@Assets["fonts/inter.css"]">
<link rel="stylesheet" href="@Assets["style.css"]"/>
<link rel="stylesheet" href="@Assets["PancakesWeb.styles.css"]"/>
<ImportMap/>
<HeadOutlet/>
</head>

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB