<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>404错误页面</title>
</head>
<body style="margin:0; padding:0;">
<div style=" width:100%; height:100vh; background:url(404.jpg) center center; background-size: cover; display:flex; justify-content:center;">
  <h2 style="line-height:8;">您访问的页面不存在，请核对后重试！</h2>
</div>
</body>
</html>
