traccar-web/modern/public/index.html

19 lines
596 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>
<meta charset="utf-8">
2018-09-03 18:51:20 +08:00
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no" />
2018-09-03 16:46:57 +08:00
<meta name="theme-color" content="#000000">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
2020-09-14 08:52:38 +08:00
<link rel="stylesheet" href="%PUBLIC_URL%/styles.css">
2018-09-03 18:51:20 +08:00
<title>Traccar</title>
2018-09-03 16:46:57 +08:00
</head>
2022-05-08 23:25:40 +08:00
<body>
2018-09-03 16:46:57 +08:00
<noscript>
You need to enable JavaScript to run this app.
</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>