
<!DOCTYPE html>
<html lang="zh_CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>404</title>
<meta name="keywords" content="404">
<meta name="description" content="404">

<style>
html,body {background-image: linear-gradient(45deg, rgb(0, 242, 96), rgb(5, 117, 230));background-attachment: fixed;}h3 {text-align: center; font-size: 40px; margin-top: 200px;display:block;color: #ffffff;}.footer{position: absolute;bottom: 20px;width: 100%;left: 0;}.copyright{text-align: center;color: #333333;font-size: 14px;}.copyright a{color: #333333;text-decoration: none;}
</style>
</head>

<body>

<h3>404 - 找不到页面了</h3>
<div style="text-align: center;color: #eee;">对不起，你访问的页面不存在，可能已经被删除，感谢支持！</div>
<br>
<div style="text-align: center;color: #eee;">
    <a href="/"><button type="button">返回首页</button></a>
</div>
<div class="footer"></div>

</body>
</html>