PHP Classes

File: src/app/views/errors/404.php

Recommend this page to a friend!
  Classes of walid laggoune   Hydrogen framework   src/app/views/errors/404.php   Download  
File: src/app/views/errors/404.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Hydrogen framework
Handle request by controller with configured route
Author: By
Last change:
Date: 7 years ago
Size: 548 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
<head>
    <title>404</title>
    <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
    <style type="text/css">
        body{
            font-size: 72px;
            padding-top: 5%;
            padding-bottom: 5%;
            text-align: center;
            font-family: 'Poiret One', cursive;
            color:#f44336;
        }
    </style>
</head>
<body>
    Page Not found(404).<br/>
    <img src="https://developer.cdn.mozilla.net/static/img/beast-404.ce38fcf80386.png">
    <p style="color: black; font-size: 20px;"><? echo @$error; ?></p>
</body>
</html>