zzwy2/public/404.html

33 lines
959 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="format-detection" content="telephone=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>404</title>
<link rel="stylesheet" href="/static/common/404.css">
</head>
<body class="bodyBack">
<!-- 导航 -->
<div class="header headerOne">
<div class="cont w1232 ">
<!-- <div class="logo"><a href="/"><img src="/static/images/logo.png" ></a></div>-->
</div>
</div>
<!-- -->
<div class="woogs">
<div class="h1">啊哦,你所访问的页面不存在了</div>
<div class="h2">可能的原因:</div>
<div class="p">
<p>1、在地址栏中输入了错误的地址</p>
<p>2、你点击的某个链接已过期</p>
</div>
<a href="/">返回首页</a>
</div>
</body>
</html>