Files
GhiVideo_v4/client/index.html
T
b23042andClaude Fable 5 76a2ab4984 브랜딩 — 타이틀 StationPlayer(스테이션 기반 동영상 플레이어)로 변경
- index.html <title>: abcvideo → StationPlayer — 스테이션 기반 동영상 플레이어
- App.tsx 좌측 패널 제목 동일 변경(사용자 수정분 포함)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 16:26:44 +09:00

20 lines
691 B
HTML

<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;800&display=swap"
/>
<title>StationPlayer — 스테이션 기반 동영상 플레이어</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>