2026-01-30 13:01:54 +09:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="ko">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>GIS 함정용</title>
|
2026-02-05 06:35:31 +09:00
|
|
|
<!-- Vite가 빌드 시 '/'로 시작하는 경로에 base를 자동 적용 -->
|
2026-01-30 13:01:54 +09:00
|
|
|
<link rel="stylesheet" href="/css/base.css">
|
|
|
|
|
<link rel="stylesheet" href="/css/common.css">
|
|
|
|
|
<link rel="stylesheet" href="/css/font.css">
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
2026-02-15 10:28:27 +09:00
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
2026-01-30 13:01:54 +09:00
|
|
|
</body>
|
|
|
|
|
</html>
|