gc-wing/apps/web/index.html

14 lines
376 B
HTML
Raw Normal View 히스토리

2026-02-15 11:22:38 +09:00
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<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" />
<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>