shuffle favicon img

closes #121
This commit is contained in:
Jan-Piet Mens
2016-04-22 12:18:01 +02:00
parent c2c1ebf107
commit 75911cd6f7
6 changed files with 10 additions and 8 deletions

View File

@@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="img/recorder.png" />
<link rel="apple-touch-icon" href="img/recorder.png" />
<link rel="icon" sizes="192x192" href="static/recorder.png" />
<link rel="apple-touch-icon" href="static/recorder.png" />
<script src="static/js/jquery-1.12.0.min.js" type="text/javascript"></script>
<script src="static/js/mustache.js" type="text/javascript"></script>

View File

@@ -7,8 +7,8 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="manifest" href="manifest.json">
<link rel="icon" sizes="192x192" href="../img/recorder.png" />
<link rel="apple-touch-icon" href="../img/recorder.png" />
<link rel="icon" sizes="192x192" href="../static/recorder.png" />
<link rel="apple-touch-icon" href="../static/recorder.png" />
<style type="text/css">
html { height: 100% }
body { height: 100%; margin: 0px; padding: 0px }

View File

@@ -6,8 +6,8 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="../img/recorder.png" />
<link rel="apple-touch-icon" href="../img/recorder.png" />
<link rel="icon" sizes="192x192" href="../static/recorder.png" />
<link rel="apple-touch-icon" href="../static/recorder.png" />
<style type="text/css">
html { height: 100%; }

View File

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="../img/recorder.png" />
<link rel="apple-touch-icon" href="../img/recorder.png" />
<link rel="icon" sizes="192x192" href="../static/recorder.png" />
<link rel="apple-touch-icon" href="../static/recorder.png" />
<script src="../static/js/jquery-1.12.0.min.js" type="text/javascript"></script>
<script src="../static/js/mustache.js"></script>
<script src="../static/js/moment.min.js"></script>

View File

@@ -7,6 +7,8 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="manifest" href="manifest.json">
<link rel="icon" sizes="192x192" href="../static/recorder.png" />
<link rel="apple-touch-icon" href="../static/recorder.png" />
<style type="text/css">
html { height: 100%; }
body { height: 100%; margin: 0px; padding: 0px; }