<!DOCTYPE html>
<html>
<head>
    <title>The website is temporarily unavailable</title>
    <meta charset="UTF-8">
    <style>
        .container { 
            width: 1200px;
            margin: 0 auto;
            text-align: center;
        }
        h1 { 
            font-size: 30px; 
        }
        body { 
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            color: #999;
            text-shadow: 0 3px 6px rgba(0,0,0,0.1);
            background: #fafafa;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>网站暂时无法访问，请联系管理员</h1>
    </div>
</body>
</html>
