ria/app/Views/404.php
2024-09-11 08:54:25 +05:30

15 lines
454 B
PHP
Executable File

<div class="content-wrapper">
<section class="content-header">
<h1>
404
<small>This is not the page you are looking for</small>
</h1>
</section>
<section class="content">
<div class="row">
<div class="col-xs-12 text-center">
<img src="<?php echo base_url() ?>public/assets/images/404.png" alt="Page Not Found Image" />
</div>
</div>
</section>
</div>