<!DOCTYPE html>
<html lang="zh-CN">
<head>
  <meta http-equiv="refresh" content="5; url=https://ysu.edu.cn">
  <meta charset="UTF-8">
  <title>未找到页面</title>
  <style type="text/css">
    body {
      background-color: #f1f1f1;
      font-family: Arial, sans-serif;
    }

    #wrapper {
      margin: 50px auto;
      max-width: 800px;
      text-align: center;
    }

    h1 {
      font-size: 72px;
      color: #666;
    }

    p {
      font-size: 18px;
    }

    a {
      color: #007bff;
      text-decoration: none;
      font-weight: bold;
    }

    a:hover {
      text-decoration: underline;
    }
  </style>
</head>
<body>
  <div id="wrapper">
    <h1>404</h1>
    <p>糟糕！您要查找的页面已移动或不再存在。</p>
    <p>请检查URL并重试，或返回 <a href="http://ysu.edu.cn/">首页</a>。</p>
  </div>
</body>
</html>
