브랜딩 — 타이틀 StationPlayer(스테이션 기반 동영상 플레이어)로 변경

- index.html <title>: abcvideo → StationPlayer — 스테이션 기반 동영상 플레이어
- App.tsx 좌측 패널 제목 동일 변경(사용자 수정분 포함)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-15 16:26:44 +09:00
co-authored by Claude Fable 5
parent f6a9b62dc3
commit 76a2ab4984
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;800&display=swap"
/>
<title>abcvideo — 대용량 동영상 플레이어</title>
<title>StationPlayer — 스테이션 기반 동영상 플레이어</title>
</head>
<body>
<div id="root"></div>