PHP Classes

File: 404.php

Recommend this page to a friend!
  Classes of afshin akhgar   Simple PHP Router Library   404.php   Download  
File: 404.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Simple PHP Router Library
Route requests to different scripts based on URLs
Author: By
Last change: Update of 404.php
Date: 1 year ago
Size: 115 bytes
 

Contents

Class file image Download
<html>
    <head>
        <title>error - 404</title>
    </head>

    <body>
        <h1>page not found 404 error</h1>
    </body>
</html>