
        <html>
        <head>
            <meta charset="UTF-8">
            <title>网站建设中</title>
            <style>
                body {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 100vh;
                    margin: 0;
                }
                h1 {
                    font-family: Arial, sans-serif;
                    font-size: 24px;
                }
            </style>
        </head>
        <body>
            <h1>网站建设中</h1>
        </body>
        </html>