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

15 lines
457 B
PHP
Executable File

<div class="content-wrapper">
<section class="content-header">
<h1>
Access Denied
<small>You are not authorize user to use this</small>
</h1>
</section>
<section class="content">
<div class="row">
<div class="col-xs-12 text-center">
<img src="<?php echo base_url() ?>assets/images/access.png" alt="Access Denied Image" />
</div>
</div>
</section>
</div>