-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.php
More file actions
36 lines (35 loc) · 1.21 KB
/
error.php
File metadata and controls
36 lines (35 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php
//fara a conexao com banco de dados
include_once 'assets/php/conexao.php';
?>
<!DOCTYPE html>
<html>
<head>
<title>QISeventos - FORA DO AR</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="theme-color" content="#4B4B4D"/>
<!-- mobile -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
</head>
<style type="text/css">
body{
background-color: #ccc;
text-align: center;
font-family: arial, sans-serif;
}
img{
position: relative;
width: 300px; /* O valor que você desejar. */
height: 300px;
margin-top: 10px;
}
</style>
<body>
<h1 style="color: #F88C00">OPS <a style="color:#4b4b4b">! :(</a></h1>
<h3 style="color: #4b4b4b">Estamos com problemas em nossos servidores, Por favor <a href="index.html">tente novamente</a> em alguns minutos!</h3>
<img src="assets/img/erro.png" />