aboutsummaryrefslogtreecommitdiff
path: root/files/id/glossary/404
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/id/glossary/404
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
Diffstat (limited to 'files/id/glossary/404')
-rw-r--r--files/id/glossary/404/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/files/id/glossary/404/index.html b/files/id/glossary/404/index.html
new file mode 100644
index 0000000000..9c8065b3e3
--- /dev/null
+++ b/files/id/glossary/404/index.html
@@ -0,0 +1,17 @@
+---
+title: '404'
+slug: Glossary/404
+tags:
+ - Glossary
+ - HTTP Error
+ - Infrastructure
+translation_of: Glossary/404
+---
+<p>404 merupakan Standard Kode Respon yang berarti bahwa {{Glossary("Server", "server")}} tidak dapat menemukan resource yang diminta.</p>
+
+<h2 id="Belajar_lebih_lanjut">Belajar lebih lanjut</h2>
+
+<ul>
+ <li><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Response_codes">list of HTTP response codes</a></li>
+ <li><a href="https://developer.mozilla.org/en-US/Learn/Checking_that_your_web_site_is_working_properly">advice for beginners on avoiding 404 errors</a></li>
+</ul>