diff options
Diffstat (limited to 'files/zh-cn/glossary/404')
-rw-r--r-- | files/zh-cn/glossary/404/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/404/index.html b/files/zh-cn/glossary/404/index.html new file mode 100644 index 0000000000..a9f1128873 --- /dev/null +++ b/files/zh-cn/glossary/404/index.html @@ -0,0 +1,18 @@ +--- +title: '404' +slug: Glossary/404 +tags: + - '404' + - HTTP Errors + - Infrastructure + - Navigation +translation_of: Glossary/404 +--- +<p>404 是一个标准的响应代码,代表{{Glossary("Server", "服务器")}}无法找到所请求的资源。</p> + +<h2 id="了解更多">了解更多</h2> + +<ul> + <li><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Response_codes">HTTP响应码列表</a></li> + <li><a href="https://developer.mozilla.org/en-US/Learn/Checking_that_your_web_site_is_working_properly">对于初学者如何避免404错误的建议</a></li> +</ul> |