aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/glossary/404/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/glossary/404/index.html')
-rw-r--r--files/zh-tw/glossary/404/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/files/zh-tw/glossary/404/index.html b/files/zh-tw/glossary/404/index.html
new file mode 100644
index 0000000000..d655abe4c5
--- /dev/null
+++ b/files/zh-tw/glossary/404/index.html
@@ -0,0 +1,16 @@
+---
+title: '404'
+slug: Glossary/404
+tags:
+ - Glossary
+ - HTTP Errors
+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>