aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/glossary/404/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/glossary/404/index.html')
-rw-r--r--files/pt-br/glossary/404/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/files/pt-br/glossary/404/index.html b/files/pt-br/glossary/404/index.html
new file mode 100644
index 0000000000..bb287ab6ea
--- /dev/null
+++ b/files/pt-br/glossary/404/index.html
@@ -0,0 +1,18 @@
+---
+title: '404'
+slug: Glossario/404
+tags:
+ - Erros HTTP
+ - Glossário
+ - Infraestrutura
+ - Navegação
+translation_of: Glossary/404
+---
+<p>O 404 é um código de resposta padrão que significa que o {{Glossary("Server", "server")}} não consegue encontrar o recurso solicitado.</p>
+
+<h2 id="Aprenda_mais">Aprenda mais</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>