PHP Classes

File: application/views/404.php

Recommend this page to a friend!
  Classes of Kishor Mali   CodeIgniter Admin Panel with User Management   application/views/404.php   Download  
File: application/views/404.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: CodeIgniter Admin Panel with User Management
CodeIgniter panel to manage application users
Author: By
Last change:
Date: 3 years ago
Size: 447 bytes
 

Contents

Class file image Download
<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>