Merge pull request #402 from kiwix/add-favicon

Add favicon links in HTML header, to the existing PNG icons.
This commit is contained in:
Mossroy 2018-08-02 09:40:42 +02:00 committed by GitHub
commit d84488105f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"/>