gc-guide/index.html
htlee 958d343ebf fix: 파비콘 GC 아이콘 적용 및 페이지 타이틀 변경
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 23:45:06 +09:00

14 lines
374 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GC 개발자 가이드</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>