2026-04-07 18:55:06 +09:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="ko">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2026-04-13 14:20:32 +09:00
|
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
2026-04-07 18:55:06 +09:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2026-04-13 14:20:32 +09:00
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap" rel="stylesheet" />
|
|
|
|
|
<link href="https://cdn.jsdelivr.net/gh/fonts-archive/Maplestory/Maplestory.css" rel="stylesheet" />
|
|
|
|
|
<title>메이플스토리 유틸리티</title>
|
2026-04-07 18:55:06 +09:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|