PHP Classes

File: views/404.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP MVC Framework   views/404.php   Download  
File: views/404.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP MVC Framework
Example application using an MVC framework
Author: By
Last change:
Date: 1 month ago
Size: 125 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
<head>
    <title>Page not found</title>
</head>
<body>

    <h1>Page not found</h1>

</body>
</html>