宝塔Linux面板 6.x 请求帮助
这啥玩意啊?这哪儿来的啊?自己就插入啊?怎么删啊?
- <!doctype html>
- <html lang="zh">
- <head>
- <meta charset="utf-8">
- <title>404 Not Found</title>
- </head>
- <body>
- <h1>抱歉,页面不存在</h1>
- <p>您请求的页面不存在,请检查URL地址是否正确!</p>
- <font color="#ff0000"> <hr>
- <address>宝塔Linux面板 6.x <a href="https://www.bt.cn/bbs" target="_blank">请求帮助</a></address></font>
- </body>
- </html>
复制代码
文件里没有啊,
- <!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>
复制代码
|
|