mirror of https://github.com/Lissy93/dashy.git
⚗️ Re: #163 - Updates path to favicon in index
This commit is contained in:
parent
73fadd7d93
commit
afda495a2b
|
@ -7,8 +7,10 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="/web-icons/favicon-64x64.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/web-icons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="<%= BASE_URL %>/web-icons/favicon-64x64.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="web-icons/favicon-32x32.png">
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="icon" type="image/png" href="<%= BASE_URL %>favicon.ico" />
|
||||
<title>Dashy</title>
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in New Issue