siddharth_application/application/views/404.php
venbatechnologies@gmail.com 3650012dcb capital po updates done
2017-06-30 20:49:26 +05:30

15 lines
447 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() ?>assets/images/404.png" alt="Page Not Found Image" />
</div>
</div>
</section>
</div>