Set a favicon.ico

This commit is contained in:
2020-01-18 14:29:35 +01:00
parent 7f0ff8157f
commit 1f8a11a73c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -6,7 +6,7 @@
<meta name="robots" content="noindex, nofollow" /> <meta name="robots" content="noindex, nofollow" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<base href="/" /> <base href="/" />
<link rel="icon" type="image/x-icon" href="assets/images/favicon.png" /> <link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" /> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link href="./assets/css/prism.css" rel="stylesheet" /> <link href="./assets/css/prism.css" rel="stylesheet" />
</head> </head>