fix favicon for all pages

This commit is contained in:
Jan-Piet Mens
2015-10-13 13:53:36 +02:00
parent 32915ca439
commit a27a5e6fc3
5 changed files with 11 additions and 4 deletions

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="last/OwnTracksRecorder-192.png">
<link rel="apple-touch-icon" href="last/OwnTracksRecorder-192.png" />
<link rel="icon" sizes="192x192" href="img/recorder.png" />
<link rel="apple-touch-icon" href="img/recorder.png" />
<script src="table/js/jquery-1.11.3.min.js" type="text/javascript"></script>
<script src="table/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="OwnTracksRecorder-192.png">
<link rel="apple-touch-icon" href="OwnTracksRecorder-192.png" />
<link rel="icon" sizes="192x192" href="../img/recorder.png" />
<link rel="apple-touch-icon" href="../img/recorder.png" />
<style type="text/css">
body { font-size: 80%; }

View File

@@ -6,6 +6,9 @@
<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" />
<style type="text/css">
body { font-size: 80%; }

View File

@@ -4,6 +4,10 @@
<head>
<title>OwnTracks Recorder Table</title>
<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" />
<script src="js/jquery-1.11.3.min.js" type="text/javascript"></script>
<script src="js/mustache.js"></script>
<script src="js/moment.min.js"></script>