PHP Classes

File: 404.php

Recommend this page to a friend!
  Classes of Laudir Bispo   PHP Real Estate Website   404.php   Download  
File: 404.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Real Estate Website
Manage the properties of a real estate business
Author: By
Last change:
Date: 3 years ago
Size: 2,411 bytes
 

Contents

Class file image Download
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>loires: 404 - Está página não existe!</title>
<!-- Padrão -->
<link href="favicon.png" rel="shortcut icon">
<meta name="author" content="Site Fácil">
<meta http-equiv="content-language" content="pt-br">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="robots" content="index, follow">
<meta name="RATING" content="General">
<link href="/assets/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="/assets/css/geral.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="HandheldFriendly" content="true">
</head>
<!-- ***************************************************** -->
<body>

<SECTION CLASS="row">
  <div CLASS="container">
   
    <div CLASS="space-50"></div>
   
    <div CLASS="col-md-7 col-sm-7 col-xs-12">
      <div class="error-content">
        <h1><i class="fa fa-warning text-orange fa-5x pull-left"></i> Oops! Esta página não existe.</h1>
        <p>
          A página que você tentou acessar não existe ou pode ter sido removida temporariamente.<br>
          Retorne a página <a href="/home">inicial</a>, ou procure por ajuda na página de <a href="index.php?page=suporte">suporte</a>!
        </p>
      </div>
     
      <DIV CLASS="clearfix space-20"></DIV>
     
      <p CLASS="text-orange">Possíveis causas:</p>
     
      <ol>
        <LI>A página pode ter sido removida temporariamente.</LI>
        <li>A página não está mais disponível.</li>
        <li>Você pode ter digítado o endereço incorreto.</li>
        <li>Você tentou passar algum parâmetro inválido pela url.</li>
      </ol>
     
       <DIV CLASS="clearfix"></DIV>
     
     <p CLASS="text-orange">Solução:</p>
     <a href="javascript:history.back();" class=""><i class="fa fa-reply" aria-hidden="true"></i> Voltar </a>
     
    </div>
   
    <div CLASS="col-md-5 col-sm-5 col-xs-12">
      <img SRC="/assets/img/simpsons-homer.png" CLASS="img-responsive">
    </div>
   
  </div>
</SECTION>


</body>
<script src="/assets/javascript/bootstrap.min.js" CROSSORIGIN="anonymous"></script>
</html>