<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>IPTV 直播源</title>
    <style>
        body { font-family: -apple-system, sans-serif; max-width: 800px; margin: 50px auto; padding: 20px; background: #0d1117; color: #c9d1d9; }
        h1 { color: #58a6ff; }
        .card { background: #161b22; border: 1px solid #30363d; border-radius: 8px; padding: 20px; margin: 20px 0; }
        code { background: #1f242e; padding: 4px 8px; border-radius: 4px; color: #7ee787; font-size: 14px; word-break: break-all; }
        .url { font-size: 18px; }
        .steps { line-height: 1.8; }
        li { margin: 8px 0; }
        .status { color: #3fb950; }
        .tip { color: #ffa657; }
    </style>
</head>
<body>
    <h1>📺 IPTV 直播源</h1>
    <div class="card">
        <p class="status">✅ 服务运行中 · 541 个频道</p>
        <p><strong>直播源地址：</strong></p>
        <code class="url">https://sa.930702.xyz/tv.m3u</code><br><code class="url">https://sa.930702.xyz/tv6.m3u</code> (IPv6)
        <p class="tip">💡 视频流已通过服务器中转加速</p>
    </div>
    <div class="card">
        <h2>📱 使用方法</h2>
        <ol class="steps">
            <li>下载支持 m3u 的播放器（VLC / IPTV Smarters / GSE Smart IPTV）</li>
            <li>添加直播源，填入上方地址</li>
            <li>等待频道列表加载完成即可观看</li>
        </ol>
    </div>
</body>
</html>