<!DOCTYPE html>
<html lang="zh-CN"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>404错误页面</title>
<link rel="stylesheet" href="404/404.css">
</head>

<body>

<div class="error">
    <p class="remind">您访问的页面不存在，请返回主页！</p>
    <p><a class="button" href="/">返回主页</a></p>
</div>
</body></html>