Add favicon links in HTML header, to the existing PNG icons.

And remove obsolete favicon.ico (that was still using an evopedia icon).
Fixes #401
This commit is contained in:
Mossroy 2018-07-12 17:04:47 +02:00
parent ddaa3586f1
commit b775fd7acd
2 changed files with 3 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -35,6 +35,9 @@
-->
<link rel="stylesheet" href="css/app.css"/>
<link rel="icon" type="image/png" href="img/icons/kiwix-60.png" sizes="60x60"/>
<link rel="icon" type="image/png" href="img/icons/kiwix-120.png" sizes="120x120"/>
<link rel="icon" type="image/png" href="img/icons/kiwix-256.png" sizes="256x256"/>
<!-- Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet" media="screen"/>
<link href="css/bootstrap-theme.css" rel="stylesheet" media="screen"/>