aboutsummaryrefslogtreecommitdiff
path: root/legacy/web/debug.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/web/debug.html')
-rw-r--r--legacy/web/debug.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/legacy/web/debug.html b/legacy/web/debug.html
new file mode 100644
index 00000000..08b6e07d
--- /dev/null
+++ b/legacy/web/debug.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="UTF-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
+<title>${title}</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>
+<div id="spinner"></div>
+<div id="attribution">Powered by <a href="https://www.traccar.org/" target="_blank">Traccar GPS Tracking System</a></div>
+<script id="loadScript" mode="debug" src="load.js"></script>
+</body>
+</html>