mirror of
https://github.com/owntracks/recorder.git
synced 2026-05-05 02:36:45 +00:00
fix favicon for all pages
This commit is contained in:
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
@@ -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>
|
||||
|
||||
@@ -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%; }
|
||||
|
||||
|
||||
@@ -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%; }
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user