🍱 Re: #55 - Adds missing favicon and logo, and specifies in manieft

This commit is contained in:
Alicia Sykes
2021-06-23 12:33:42 +01:00
parent 295783bcc6
commit 74c3ee058c
7 changed files with 58 additions and 9 deletions

View File

@@ -7,7 +7,8 @@
<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" href="<%= BASE_URL %>favicon.ico">
<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">
<title>Dashy</title>
</head>