mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-24 04:54:51 -04:00
Merge pull request #402 from kiwix/add-favicon
Add favicon links in HTML header, to the existing PNG icons.
This commit is contained in:
commit
d84488105f
BIN
www/favicon.ico
BIN
www/favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB |
@ -35,6 +35,9 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<link rel="stylesheet" href="css/app.css"/>
|
<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 -->
|
<!-- Bootstrap -->
|
||||||
<link href="css/bootstrap.css" rel="stylesheet" media="screen"/>
|
<link href="css/bootstrap.css" rel="stylesheet" media="screen"/>
|
||||||
<link href="css/bootstrap-theme.css" rel="stylesheet" media="screen"/>
|
<link href="css/bootstrap-theme.css" rel="stylesheet" media="screen"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user