ffmpeg-gui/frontend/index.html

21 lines
626 B
HTML
Raw Permalink Normal View History

2025-12-15 23:53:29 +09:00
<!DOCTYPE html>
<html lang="ko">
<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>FFmpeg Downloader</title>
<meta name="description" content="M3U8 / HLS 스트림 다운로더" />
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>