Fix favicon

This commit is contained in:
Chrystian Huot 2020-08-31 11:02:12 -04:00
parent ab8e885ca8
commit c1e9f882b2

View file

@ -3,6 +3,7 @@
<head> <head>
<base href="./"> <base href="./">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="manifest" href="manifest.webmanifest"> <link rel="manifest" href="manifest.webmanifest">
<link rel="stylesheet" href="///fonts.googleapis.com/css?family=Roboto:400,500|Material+Icons&amp;display=swap"> <link rel="stylesheet" href="///fonts.googleapis.com/css?family=Roboto:400,500|Material+Icons&amp;display=swap">
<meta charset="utf-8"> <meta charset="utf-8">
@ -18,4 +19,4 @@
</noscript> </noscript>
</body> </body>
</html> </html>