2026-02-15 11:22:38 +09:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="ko">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2026-02-15 18:42:49 +09:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
2026-02-15 11:22:38 +09:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2026-02-15 18:42:49 +09:00
|
|
|
<title>WING 조업감시 데모</title>
|
2026-02-15 11:22:38 +09:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|