PHP Classes

File: pages/404.php

Recommend this page to a friend!
  Classes of Adrian M   PHP Routing without a Framework   pages/404.php   Download  
File: pages/404.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Routing without a Framework
Register functions to handle HTTP requests by path
Author: By
Last change:
Date: 8 months ago
Size: 185 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.</p>
</body>
</html>