<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>404 Not Found</title>
</head>
<style>
  body {
    text-align: center;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  }
  h1 {
    font-size: 48px;
    margin-top: 20%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    width: 500px;
    margin-bottom: 0;
    margin-top: 180px;
  }
</style>
<body>
  <h1>404 Not Found</h1>
  <p>访问资源不存在</p>
</body>
</html>