prokat/api/modules/404/index.html
2025-06-16 18:28:08 +05:00

31 lines
795 B
HTML
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{include file=$header title="К сожалению, данная страница не доступна"}
<section class="container">
<div class="row">
<div class="col-md-6"><h1 class="text-center">Страница не найдена</h1>
<h2 class="text-center">Error 404</h2>
<ul>
<li><a href="/">Главная страница</a></li>
<li><a href="/tovar_cat/">Интернет-магазин</a></li>
<li><a href="/cat/">Новости и блоги</a></li>
<li><a href="/prozhekts.html">Проекты</a></li>
<li><a href="/kontakts.html">Контакты</a></li>
</ul>
</div>
<div class="col-md-6"><a href='/'><img src="/api/modules/404/img/404.jpg" style="width: 80%;"></a></div>
</div>
</section>
{include file=$footer}