30 lines
1.7 KiB
PHP
30 lines
1.7 KiB
PHP
<?
|
|
include_once '/system/data/config.php';
|
|
|
|
echo <<<HTML
|
|
<html>
|
|
<head><title>404 » {$config['home_title']}</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
|
|
<link rel="Shortcut Icon" type="image/x-icon" href="http://files-sib.net/favicon.ico" />
|
|
<meta name="robots" content="noindex, nofollow" />
|
|
<style type="text/css">
|
|
body {color: #000;font-family: 'lucida grande','Lucida Sans Unicode', Tahoma, sans-serif;font-size: 75%;line-height: 1.7;margin: 0;padding: 0;font-size: small;background: #dbf3fc;}
|
|
p {margin: 0.5em 0 0 0;line-height: 1.6em;}
|
|
a,a:link,a:visited,a:active {text-decoration: none;color: #2786c2;}
|
|
a:hover {text-decoration: none;color: #ff0084;}
|
|
#Content .SplashInfo {margin: 80px 0;border-top: 1px solid #a5d0e7;border-bottom: 1px solid #a5d0e7;background: #e2f4ff;}
|
|
#Content .SplashInfo h1 {font-family: "Helvetica Neue",Helvetica,arial,sans-serif;background: transparent;text-align: center;border: none;border-top: 1px solid #fff;color:#02455B;font-size:300%;text-shadow:0 1px 0 #FFFFFF;padding: 10px 0 0;margin: 0;line-height: 1;}
|
|
#Content .SplashInfo p {font-family: "Helvetica Neue",Helvetica,arial,sans-serif;text-align: center;border-bottom: 1px solid #fff;margin: 0;padding: 0 0 10px;color: #076C8E;font-size: 20px;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="Content"><div class="SplashInfo">
|
|
<h1>Óïñ...</h1>
|
|
<p>Çàïðàøèâàåìàÿ ñòðàíèöà íå íàéäåíà
|
|
<div align="center">Ê ñîæàëåíèþ, òàêîé ñòðàíèöû íå ñóùåñòâóåò.<br> Âåðîÿòíî, îíà áûëà óäàëåíà ñ ñåðâåðà, ëèáî åå çäåñü íèêîãäà íå áûëî.<br>
|
|
Âïðî÷åì, åñëè âû óâåðåíû, ÷òî ñòðàíèöà äîëæíà áûòü, ñîîáùèòå íàì îá ýòîì, ìû ðàçáåð¸ìñÿ. </div></p><p><a href="{$config['http_home_url']}">Íà ãëàâíóþ</a></p>
|
|
</div></div>
|
|
</body></html>
|
|
HTML;
|
|
|
|
?>
|