PHP Classes

File: templates/not-found.html.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   GetMeALatte   templates/not-found.html.php   Download  
File: templates/not-found.html.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: GetMeALatte
Promote a product to be sold to a crowd
Author: By
Last change:
Date: 1 year ago
Size: 228 bytes
 

Contents

Class file image Download
<div class="center">
    <h2 class="orange-text">
        Not Found
    </h2>

    <p>
        Oops! The page is not found.
    </p>
    <ul>
        <li>Go back to <a href="<?= site_url() ?>">Homepage</a></li>
    </ul>
</div>