Файл: templates/errors/404.tpl
Строк: 21
<? $this->layout('app', ['title' => 'USPAY.RU - Система
приема электронных платежей']) ?>
<?
$this->start('container') ?>
<section class="pt-120 pb-120">
<div class="container">
<div
class="row d-flex justify-content-center">
<div class="col-lg-8 col text-center">
<div class="no-found">
<h1
data-animate="fadeInUp" data-delay=".2">
404
</h1>
<h3 data-animate="fadeInUp"
data-delay=".4">Cтраница не найдена <br>
Такой страницы не существует, или она
была удалена.</h3>
<div class="home-pagebtn mt-40"
data-animate="fadeInUp" data-delay=".8">
<a href="/"
class="btn">Вернуться на главную</a>
</div>
</div>
</div>
</div>
</div>
</section>
<? $this->stop() ?>