summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-25 11:29:20 +0300
committerAndrew Dolgov <[email protected]>2017-02-25 11:29:20 +0300
commitf37c9975eeec34562c93f9a0b25ace14294d089f (patch)
tree24a42e00fa21c15181e88681e2f79aa36d3af9ac /index.php
parentd3b110e4eb98515d44826e0ce7d5ce3f85892959 (diff)
add hires favicon, add support for run-as-app on chrome
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.php b/index.php
index 89a7c8c..81fd2ed 100644
--- a/index.php
+++ b/index.php
@@ -17,7 +17,10 @@
<script src="lib/holder.min.js"></script>
<title>The Epube</title>
<link type="text/css" rel="stylesheet" media="screen" href="css/index.css" />
- <link id="favicon" rel="shortcut icon" type="image/png" href="img/favicon.png" />
+ <link rel="shortcut icon" type="image/png" href="img/favicon.png" />
+ <link rel="shortcut icon" sizes="192x192" href="img/favicon_hires.png">
+ <link rel="manifest" href="manifest.json">
+ <meta name="mobile-web-app-capable" content="yes">
</head>
<body>