505.html
1.07 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>500 页面</title>
<style type='text/css'>
body {
margin: 8% auto 0;
max-width: 400px;
min-height: 200px;
padding: 10px;
font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
font-size: 14px;
padding-right: 200px;
position: relative;
}
p {
color: #555;
margin: 15px 0px;
}
img {
border: 0px;
}
.d {
color: #404040;
}
.robot img {
max-width: 192px;
}
.robot {
position: absolute;
top: 0;
right: 0;
}
</style>
</head>
<body>
<div style="margin-top:20px">
<p style=""><b style="">500.</b> Server Error</p>
<p class="d">后台服务出现异常、反复出现请联系管理员查看日志。</p>
<a href="javascript:history.go(-1);">向上一页</a>
</div>
</body>
</html>