File: /home/xedaptot/naniguide.com/deals/admin/views/error.view.php
<section>
<div class="d-flex justify-content-center m-height full-width align-items-center error-content">
<div class="error-container text-center my-auto">
<h1 class="error-number mb-2"><?php echo _ERROR404; ?></h1>
<h3 class="mb-4"><?php echo _ERROR404TITLE; ?></h3>
<p class="mb-4"><?php echo _ERROR404SUBTITLE; ?></p>
<a class="btn btn-primary" href="<?php echo SITE_URL; ?>/admin"><?php echo _ERROR404BUTTON; ?></a>
</div>
</div>
</section>
</body>
</html>