blob: c745150e0610384381864f7ff72d987f5c1f58de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
title: '404'
slug: Glossary/404
tags:
- Kod odpowiedzi
translation_of: Glossary/404
---
<p>404 to standardowy kod odpowiedzi oznaczający, że {{Glossary("Server", "server")}} nie może odnaleźć szukanego zasobu.</p>
<h2 id="Znajdź_więcej">Znajdź więcej</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>
|