<!DOCTYPE html>  
<html>  
<head>  
    <meta charset="UTF-8">  
    <title>500 服务器内部错误</title>  
    <style>  
        body {  
            font-family: Arial, sans-serif;  
            background-color: #f5f5f5;  
            text-align: center;  
            padding-top: 100px;  
        }  
        h1 {  
            font-size: 36px;  
            color: #333;  
            margin-bottom: 20px;  
        }  
        p {  
            font-size: 18px;  
            color: #666;  
        }  
        a {  
            color: #007bff;  
            text-decoration: none;  
        }  
        a:hover {  
            text-decoration: underline;  
        }  
    </style>  
</head>  
<body>  
    <h1>500 服务器内部错误</h1>  
    <p>很抱歉，服务器遇到了一个意外情况，无法完成您的请求。</p>  
    <p>我们的技术人员已经收到通知，并正在努力解决此问题。请您稍后重试，或者访问我们的<a href="/">首页</a>。</p>  
</body>  
</html>