<?php
include ('./dev/db.php');
include ('./dev/functions.php');
include ('./dev/user.php');
$title = 'Ошибка';
include ('./dev/head.php');
echo "<div class='block'>Страница не обнаружена!<br>
<a href='/index.php'>На главную</a></div>";
include ('./dev/foot.php');
?>