Setup favicon
This commit is contained in:
parent
f3af30afb6
commit
e475543612
4 changed files with 7 additions and 0 deletions
|
@ -5,9 +5,16 @@
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<base href="/"/>
|
<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["fonts/inter.css"]">
|
||||||
<link rel="stylesheet" href="@Assets["style.css"]"/>
|
<link rel="stylesheet" href="@Assets["style.css"]"/>
|
||||||
<link rel="stylesheet" href="@Assets["PancakesWeb.styles.css"]"/>
|
<link rel="stylesheet" href="@Assets["PancakesWeb.styles.css"]"/>
|
||||||
|
|
||||||
<ImportMap/>
|
<ImportMap/>
|
||||||
<HeadOutlet/>
|
<HeadOutlet/>
|
||||||
</head>
|
</head>
|
||||||
|
|
BIN
PancakesWeb/wwwroot/favicon.ico
Normal file
BIN
PancakesWeb/wwwroot/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
PancakesWeb/wwwroot/icon.png
Normal file
BIN
PancakesWeb/wwwroot/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
PancakesWeb/wwwroot/icon.webp
Normal file
BIN
PancakesWeb/wwwroot/icon.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
Loading…
Add table
Reference in a new issue