<?
include 'core/core.php';
$title = 'Страница не найдена';
include 'head.php';
Echo '<div class="div"><table><tbody><tr><td valign="center"><img src="/style/Home/warning.png"alt="!"></td><td valign="center"><b>Запрашиваемая вами страница не найдена.</b></tbody></table></div><div class="div">Возможно вы нажали на устаревшую ссылку или неправильно набрали адрес.</div><div class=div> - <a href="/index.php">Вернуться на главную</a></div>';
include 'foot.php';
?>