mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-13 01:46:23 +01:00
Fixed Favicon on header
This commit is contained in:
parent
f3e7bbf211
commit
e9c59bef59
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
||||
<meta name="theme-color" content="#2f0001" />
|
||||
<link href="assets/favicon.webp" rel="shortcut icon" type="image/webp" />
|
||||
<link href="img/favicon.webp" rel="shortcut icon" type="image/webp" />
|
||||
<title><%= title %></title>
|
||||
<link
|
||||
crossorigin="anonymous"
|
||||
|
|
Loading…
Reference in a new issue