PHP Classes

File: views/404.php

Recommend this page to a friend!
  Classes of Boss Ibrahim Mussa   Wepesi PHP View Class   views/404.php   Download  
File: views/404.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Wepesi PHP View Class
Renders view output from template script files
Author: By
Last change:
Date: 1 year ago
Size: 337 bytes
 

Contents

Class file image Download
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>404</title>
</head>
<body>
    <h1>404</h1>
</body>
</html>