PHP Classes

File: data/404.php

Recommend this page to a friend!
  Classes of Ganesh Kandu   Palette PHP CMS System   data/404.php   Download  
File: data/404.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Palette PHP CMS System
Manage content site edited visually in the browser
Author: By
Last change:
Date: 2 years ago
Size: 884 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8 />
  <title>404 - Page not found!</title>
  <style>
  html, body {
    background: #FFF;
    color: #333;
    font-size: 1em;
    margin: 0;
    padding: 0;
  }
  #e {
    font-size: 3em;
    letter-spacing: 0.05em;
    line-height: 4;
    margin: 3em auto 0;
    overflow: hidden;
    text-align: center;
    text-transform: lowercase;
  }
  #e span {
    display: block;
  }
  #e #e2 {
    font-size: 6em;
    line-height: 215px;
  }
  #e #e3 {
    font-size: 1.3em;
    line-height: 1.4;
  }
  #e p {
    font-size: 0.4em;
    line-height: 1;
  }
  </style>
</head>
<body>
  <div id="e">
    <span id="e2">404 </span>
    <span id="e3">Page not found</span>
    <p>The requested URL is not found on this server.</p>
    <p><a href="https://github.com/GaneshKandu/Palette" target="_BLANK" >Pallete</a></p>
  </div>
</body>
</html>