aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/apple-touch-icon.pngbin0 -> 4003 bytes
-rw-r--r--web/debug.html2
-rw-r--r--web/icon.pngbin0 -> 7941 bytes
-rw-r--r--web/release.html2
4 files changed, 4 insertions, 0 deletions
diff --git a/web/apple-touch-icon.png b/web/apple-touch-icon.png
new file mode 100644
index 0000000..880c449
--- /dev/null
+++ b/web/apple-touch-icon.png
Binary files differ
diff --git a/web/debug.html b/web/debug.html
index 5e47ee6..5b0599f 100644
--- a/web/debug.html
+++ b/web/debug.html
@@ -4,6 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Traccar</title>
+<link rel="icon" sizes="192x192" href="/icon.png">
+<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="app.css">
</head>
<body>
diff --git a/web/icon.png b/web/icon.png
new file mode 100644
index 0000000..afa15c7
--- /dev/null
+++ b/web/icon.png
Binary files differ
diff --git a/web/release.html b/web/release.html
index cd02272..76b146d 100644
--- a/web/release.html
+++ b/web/release.html
@@ -4,6 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Traccar</title>
+<link rel="icon" sizes="192x192" href="/icon.png">
+<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="app.css">
</head>
<body>