18 lines
746 B
HTML
18 lines
746 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<meta name="keywords" content="404错误代码" />
|
|
<meta name="description" content="404错误代码" />
|
|
<title>404</title>
|
|
<link href="/static/common/404/error.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="container"><img class="png" src="/static/common/404/404.png" /> <img class="png msg" src="/static/common/404/404_msg.png" />
|
|
<p><a href="#" target="_blank"><img class="png" src="/static/common/404/404_to_index.png" /></a> </p>
|
|
</div>
|
|
<div id="cloud" class="png"></div>
|
|
</body>
|
|
</html> |