<?phpphp
header('HTTP/1.1 404 Not found');
?>
<!doctype html>
<html lang="pl">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover">
	<link rel="stylesheet" href="https://webh.pl/error/style.css">
</head>
<body>
<div class="central">
	<img src="https://webh.pl/error/404.svg"/>
	<div class="content">
		<h1><span>404</span>: Nie znaleziono pliku!</h1>
		<hr/>
		<p>Wybrany plik nie został znaleziony. Plik mógł zostać usunięty lub podana ścieżka jest nieprawidłowa.</p>
	</div>
  </div>
</body>
</html>
