forked from siteserver/cms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
25 lines (23 loc) · 895 Bytes
/
error.html
File metadata and controls
25 lines (23 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="robots" content="noindex,nofollow" />
<style>
body {background: #f9fee8;margin: 0; padding: 20px; text-align:center; font-family:'Microsoft YaHei'; font-size:14px; color:#666666;}
.error_page {width: 600px; padding: 50px; margin: auto;}
.error_page h1 {margin: 20px 0 0;}
.error_page p {margin: 10px 0; padding: 0;}
a {color: #9caa6d; text-decoration:none;}
a:hover {color: #9caa6d; text-decoration:underline;}
</style>
</head>
<body class="login">
<div class="error_page">
<img src="images/face_sad.gif" />
<h1>Sorry,页面异常...</h1>
</div>
</body>
</html>