Files
frontend_hmi_station/index.html

14 lines
370 B
HTML
Raw Permalink Normal View History

2025-12-17 17:00:29 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2026-01-08 11:08:54 +08:00
<title>宏禧 MES 过站平台</title>
2025-12-17 17:00:29 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>