summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-03-02 15:03:59 +0300
committerAndrew Dolgov <[email protected]>2017-03-02 15:03:59 +0300
commit86d02c4cba89dc158437573574309ff5ab56af1d (patch)
tree662b2599774910567ca957486cf35a09a69c9500
parent4eb861026b8aed148f411a307cf7c0a48d0d15f0 (diff)
update hires favicon
-rw-r--r--README.md6
-rw-r--r--img/favicon_hires.pngbin7797 -> 12792 bytes
-rw-r--r--index.php2
-rw-r--r--offline.html2
4 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index f0e829d..461fd4f 100644
--- a/README.md
+++ b/README.md
@@ -19,10 +19,8 @@ Requirements
Acknowledgements
================
-1. Hires favicon by Vectors Market from Flaticon (CC 3.0 BY)
- http://www.flaticon.com/authors/vectors-market
-2. Normal favicon from Silk icon pack
- http://www.famfamfam.com/lab/icons/silk/
+1. Hires favicon by Flaticon - https://www.shareicon.net/business-school-material-open-book-education-leisure-reader-reading-794233
+2. Normal favicon from Silk icon pack - http://www.famfamfam.com/lab/icons/silk/
License
=======
diff --git a/img/favicon_hires.png b/img/favicon_hires.png
index 22e9709..c142d9c 100644
--- a/img/favicon_hires.png
+++ b/img/favicon_hires.png
Binary files differ
diff --git a/index.php b/index.php
index a122ab8..38f1dd5 100644
--- a/index.php
+++ b/index.php
@@ -36,7 +36,7 @@
<title>The Epube</title>
<link type="text/css" rel="stylesheet" media="screen" href="css/index.css" />
<link rel="shortcut icon" type="image/png" href="img/favicon.png" />
- <link rel="shortcut icon" sizes="192x192" href="img/favicon_hires.png">
+ <link rel="icon" sizes="192x192" href="img/favicon_hires.png">
<link rel="manifest" href="manifest.json">
<meta name="mobile-web-app-capable" content="yes">
<script src="js/index.js"></script>
diff --git a/offline.html b/offline.html
index 8590698..429b776 100644
--- a/offline.html
+++ b/offline.html
@@ -14,7 +14,7 @@
<title>The Epube</title>
<link type="text/css" rel="stylesheet" media="screen" href="css/index.css" />
<link rel="shortcut icon" type="image/png" href="img/favicon.png" />
- <link rel="shortcut icon" sizes="192x192" href="img/favicon_hires.png">
+ <link rel="icon" sizes="192x192" href="img/favicon_hires.png">
<link rel="manifest" href="manifest.json">
<meta name="mobile-web-app-capable" content="yes">
<script src="js/offline.js"></script>