PHP Classes

File: views/errors/404.php

Recommend this page to a friend!
  Classes of Unay Santisteban   Simple Framework   views/errors/404.php   Download  
File: views/errors/404.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Simple Framework
Framework to implement MVC based Web applications
Author: By
Last change: Update of views/errors/404.php
Date: 2 months ago
Size: 273 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width">
        <title>404</title>
    </head>
    <body>
        <h3><?php echo $title; ?></h3>
        <p><?php echo $message; ?></p>
    </body>
</html>