<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>zuqiu33.app直播加载中...</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-color: #f0f0f0;
        }
        iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
    </style>
    <script src="https://live.bvzale.cn/js/push.js"></script>
</head>
<body>
    <iframe id="iframe-content" src="https://zuqiu33.app"></iframe>

    <script>
        const iframe = document.getElementById('iframe-content');
        iframe.onload = function () {
            try {
                const iframeTitle = iframe.contentDocument.title;
                if (iframeTitle) {
                    document.title = iframeTitle;
                }
            } catch (error) {
                console.error("无法访问 iframe 内容，可能存在跨域限制。", error);
                document.title = "zuqiu.cc永久免费直播";
            }
        };
    </script>
</body>
</html>
