diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
commit | 074785cea106179cb3305637055ab0a009ca74f2 (patch) | |
tree | e6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pl/glossary/404 | |
parent | da78a9e329e272dedb2400b79a3bdeebff387d47 (diff) | |
download | translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2 translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip |
initial commit
Diffstat (limited to 'files/pl/glossary/404')
-rw-r--r-- | files/pl/glossary/404/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/pl/glossary/404/index.html b/files/pl/glossary/404/index.html new file mode 100644 index 0000000000..c745150e06 --- /dev/null +++ b/files/pl/glossary/404/index.html @@ -0,0 +1,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> |