| 
<!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>
 |