snp-batch-validation/frontend/index.html
HYOJIN fb1fcf5936 feat: 프론트엔드 UI 개편 - 메인 화면 및 섹션별 네비게이션 (#115)
- 메인 화면(/) 3개 섹션 카드 (Collector/Bypass/Risk&Compliance)
- 섹션별 Navbar 분리 + [← 메인] 버튼
- 플랫폼명 S&P Data Platform으로 변경
- gc-card 스타일 적용 (다크 모드 대응)
- Dashboard 경로 / → /dashboard 이동

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 11:02:27 +09:00

18 lines
708 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/snp-api/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/snp-api/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/snp-api/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/snp-api/apple-touch-icon.png" />
<link rel="manifest" href="/snp-api/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>S&amp;P Data Platform</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>