error404.jsp
1.02 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ page contentType="text/html; charset=UTF-8"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>HTTP_404</title>
</head>
<body>
<table width="730" cellpadding="0" cellspacing="0" border="0">
<!-- Error title -->
<tr>
<td>
网站无法找到该页面(HTTP_404)
</td>
</tr>
<tr>
<td>
</td>
</tr>
<!-- Error Body -->
<tr>
<td>
最可能的原因是:
<ul>
<li>该网站正在进行维护。</li>
<li>该网站有程序错误。</li>
</ul>
</td>
</tr>
</table>
</body>
</html>