最新服务器上的版本,以后用这个
zhangmeng
2023-04-19 e3f5aa12f58d986098a9de0f5cb38060e403036d
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>404</title>
<style>
    body{
        background-color:#444;
        font-size:14px;
    }
    h3{
        font-size:60px;
        color:#eee;
        text-align:center;
        padding-top:30px;
        font-weight:normal;
    }
</style>
</head>
 
<body>
<h3>404,您请求的文件不存在!</h3>
</body>
</html>