
        <!DOCTYPE html>
        <html lang="zh">
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>网站开发中</title>
        </head>
        <body style="font-family: Arial, sans-serif; text-align: center; margin: 50px;">
            <h1 style="font-size: 2em; color: #333;">网站正在开发中，敬请期待！</h1>
            <footer style="margin-top: 50px; font-size: 1em; color: #666;">
                <p>
                    备案号：<a href="https://beian.miit.gov.cn/#/Integrated/recordQuery" style="color: #0066cc; text-decoration: none;">粤ICP备2024295400号-1</a>
                </p>
            </footer>
        </body>
        </html>
        