<!DOCTYPE html>
<html lang="zh-cn">
<head> <meta name="keywords" content="keywords_temp" />
<meta name="description" content="description_temp" />

    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>404 Not Found</title>
    <style>
        body {
            text-align: center;
            padding: 50px;
            font-family: "Arial", sans-serif;
        }

        h1 {
            font-size: 48px;
            color: #333;
        }

        p {
            font-size: 24px;
            color: #666;
        }
    </style>
</head>
<body>
    <h1>404 Not Found</h1>
    <p>抱歉，您请求的页面找不到了。</p>
</body>
</html>

