traccar-web/modern/public/index.html

19 lines
728 B
HTML
Raw Normal View History

2018-09-03 16:46:57 +08:00
<!DOCTYPE html>
2022-05-08 23:25:40 +08:00
<html lang="en">
2018-09-03 16:46:57 +08:00
<head>
2022-06-05 07:00:14 +08:00
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2023-05-16 03:06:14 +08:00
<meta name="theme-color" content="${colorPrimary}" />
<meta name="description" content="${description}" />
2022-06-05 07:00:14 +08:00
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
2022-06-05 08:03:33 +08:00
<link rel="stylesheet" href="%PUBLIC_URL%/styles.css">
2023-05-16 03:06:14 +08:00
<title>${title}</title>
2018-09-03 16:46:57 +08:00
</head>
2022-05-08 23:25:40 +08:00
<body>
2023-02-23 10:06:10 +08:00
<noscript>Enable JavaScript to use <a href="https://www.traccar.org/">Traccar GPS Tracking System</a>.</noscript>
2022-05-09 05:31:29 +08:00
<div id="root" class="root"></div>
2018-09-03 16:46:57 +08:00
</body>
</html>