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 00000000..880c4493
--- /dev/null
+++ b/web/apple-touch-icon.png
Binary files differ
diff --git a/web/debug.html b/web/debug.html
index 5e47ee65..5b0599f5 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 00000000..afa15c7b
--- /dev/null
+++ b/web/icon.png
Binary files differ
diff --git a/web/release.html b/web/release.html
index cd02272b..76b146d2 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>