<!DOCTYPE html>
<html>
<head>
    <title>页面404</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            text-align: center;
            padding-top: 50px;
        }

        .error-box {
            border: 1px solid #ccc;
            padding: 20px;
            display: inline-block;
        }

        h1 {
            color: #d9534f;
        }

        p {
            color: #666;
        }
    </style>
</head>
<body>
    <div class="error-box">
        <h1>抱歉，页面暂时无法访问</h1>
        <p>服务器正在处理您的请求时遇到了一些问题。</p>
        <p>请稍后刷新页面或联系管理员。</p>
        <a href="/">返回首页</a>
    </div>
</body>
</html>
