PHP Classes

File: common/404.php

Recommend this page to a friend!
  Classes of Adrian M   upMVC   common/404.php   Download  
File: common/404.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: upMVC
Pure PHP web development without other frameworks
Author: By
Last change:
Date: 6 months ago
Size: 222 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
<head>
    <title>Page Not Found</title>
</head>
<body>
    <h1>404 - Page Not Found</h1>
    <p>The page you are looking for does not exist. You will be redirected to HOME Page.</p>
</body>
</html>