-
Notifications
You must be signed in to change notification settings - Fork 1
/
erro403.html
46 lines (42 loc) · 1.83 KB
/
erro403.html
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
37
38
39
40
41
42
43
44
45
46
<html lang="PT-BR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="keywords" content="Portal Transparencia" />
<meta name="description" property="og:description" content="Descrição" />
<meta name="author" content="Victor Vinícius de Carvalho Marinho" />
<meta name="robots" content="index,follow" />
<meta property="og:image" content="#" />
<link rel="icon" href="#" sizes="32x32">
<title>Modelo</title>
<!-- Bootstrap -->
<link href="vendors/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Theme Style -->
<link href="vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="build/css/custom.css" rel="stylesheet">
</head>
<body class="nav-md">
<div class="container body">
<div class="main_container">
<!-- page content -->
<div class="col-md-12">
<div class="col-middle">
<div class="text-center text-center">
<h1 class="error-number">403</h1>
<h2>Acesso negado!</h2>
<p>É necessária autenticação completa para acessar este recurso. <a href="#">Reportar equívoco?</a></p>
<p><a href="index.php">Para retornar a página inicial</a></p>
</div>
</div>
</div>
<!-- /page content -->
</div>
</div>
<script src="vendors/jquery/jquery-3.2.1.min.js"></script>
<script src="vendors/bootstrap/js/bootstrap.min.js"></script>
<script src="build/js/custom.js"></script>
</body>
</html>