-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror-404.html
103 lines (90 loc) · 4.96 KB
/
error-404.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>HereUniverseLab - Pagina Modelo</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- fim Bootstrap CSS -->
<!-- CSS Nativo -->
<link rel="stylesheet" type="text/css" href="css/estilo.css">
<!-- fim CSS Nativo -->
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<!-- JavaScript -->
<!-- jQuery primeiro, depois Popper.js, depois Bootstrap JS -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery-3.3.1.slim.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/all.js"></script>
<script src="js/remove.js"></script>
</head>
<body style="background: #1E2030 !important;">
<header class="sticky-top" style="background: #1E2030 !important;">
<!-- Conteúdo Principal -->
<nav class="navbar-nav navbar-expand-md navbar-dark">
<!-- Botão collapse do topo -->
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbar-principal">
<span class="navbar-toggler-icon"></span>
</button>
<!-- fim Botão collapse do topo -->
<!-- Menu do topo -->
<div class="container-fluid collapse navbar-collapse pb-2" id="navbar-principal">
<div class="col-xxl-12 col-xl-12 col-lg-12 p-0 d-flex justify-content-center pr-5">
<ul class="navbar-nav mt-3">
<li class="nav-item active">
<a class="font-weight-bold nav-link text-light" href="index.html">Voltar ao Here Universe Lab</a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="ajud.html">Ajuda</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- fim Menu do topo -->
<!-- Conteúdo da Página 404 -->
<div class="container d-flex justify-content-center">
<div class="">
<h1 class="display-4 text-center text-light">Houston, We have a problem here</h1>
<p class="text-center text-light m-3">Parece que a página que você busca não está disponível no momento.
<br>
Mas não tem problema, nós preparamos seu retorno com tranquilidade.</p>
<div class="d-flex justify-content-center">
<img class="img-fluid w-75 h-75" src="img/404.png" alt="Página indisponível no momento">
</div>
</div>
</div>
<!-- fim Conteúdo da Postagem Principal -->
<!-- Rodapé -->
<footer id="rodape" style="background: #1E2030 !important;">
<div class="container-fluid navbar-nav">
<div class="row conteudo-rodape">
<div class="col-xxl-4 col-xl-4 col-lg-4 d-none d-md-block d-inline-flex">
</div>
<div class="col-xxl-6 col-xl-12 col-lg-12 col-sm-12 mb-3">
<div class="m-auto">
<a class="btn btn-outline-light-2" href="" target="_blank"><i class="fab fa-facebook fa-lg"></i></a>
<a class="btn btn-outline-light border-0" href="" target="_blank"><i class="fab fa-instagram fa-lg"></i></a>
<a class="btn btn-outline-light border-0" href="" target="_blank"><i class="fab fa-twitter fa-lg"></i></a>
<a class="btn btn-outline-light border-0" href="" target="_blank"><i class="fab fa-youtube fa-lg"></i></a>
<a class="btn btn-outline-light border-0" href="" target="_blank"><i class="fab fa-google-plus-g fa-lg"></i></a>
<a class="btn btn-outline-light border-0" href="" target="_blank"><i class="fab fa-wordpress fa-lg"></i></a>
<a class="btn btn-outline-light border-0" href="" target="_blank"><i class="fab fa-github fa-lg"></i></a>
</div>
<br>
<span class="text-light">
<a class="text-danger" href="#ultimas-noticias">Últimas notícias</a> | <a class="text-danger" href="politica-de-privacidade.html">política de privacidade</a> | <a class="text-danger" href="">minha conta</a> | <a class="text-danger" href="#top">voltar ao topo</a>
</span>
</div>
</div>
</div>
</footer>
<!-- fim Rodapé -->
</body>
</html>