vehicle-monitor/index.html

14 lines
339 B
HTML
Raw Normal View History

2025-02-24 18:23:33 +08:00
<!doctype html>
<html lang="en">
2025-02-25 18:29:26 +08:00
<head>
2025-02-26 22:04:47 +08:00
<meta charset="UTF-8" />
<link href="/vite.svg" rel="icon" type="image/svg+xml" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>%VITE_APP_TITLE%</title>
2025-02-25 18:29:26 +08:00
</head>
<body>
<div id="app"></div>
<script src="/src/main.ts" type="module"></script>
</body>
2025-02-24 18:23:33 +08:00
</html>