Files
grzanieplus.pl/web/errors/error500.php
2025-03-12 17:06:23 +01:00

25 lines
1.3 KiB
PHP

<?php $path = sfConfig::get('sf_relative_url_root', preg_replace('#/[^/]+\.php5?$#', '', isset($_SERVER['SCRIPT_NAME']) ? $_SERVER['SCRIPT_NAME'] : (isset($_SERVER['ORIG_SCRIPT_NAME']) ? $_SERVER['ORIG_SCRIPT_NAME'] : ''))) ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="title" content="Błąd 500" />
<title>Błąd 500</title>
<link rel="stylesheet" type="text/css" media="screen" href="css/backend/error.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap" rel="stylesheet">
</head>
<body>
<div id="error_500" class="flex">
<div class="image">
<img src="images/backend/error/page_error.svg" alt="Błąd 500" width="293" height="292" />
</div>
<div class="description">
<div class="title">500</div>
<p class="text">
Wystąpił błąd serwera i nie udało się <br />wyświetlić strony.
</p>
</div>
</div>
</body>
</html>