-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
47 lines (40 loc) · 1.52 KB
/
404.html
File metadata and controls
47 lines (40 loc) · 1.52 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
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow">
<meta name="copyright" content="Copyright 2026 - Cota de Volta. Todos os direitos reservados.">
<link rel="canonical" href="https://www.cotadevolta.netlify.app/404.html">
<link rel="stylesheet" href="./styles/main/general.css">
<link rel="stylesheet" href="./styles/main/extra.css">
<link rel="stylesheet" href="./styles/errors/error.css">
<link rel="shortcut icon" href="./assets/icons/favicon.png" type="image/x-icon">
<title>Página não encontrada | Cota de Volta</title>
</head>
<body>
<main>
<div class="container">
<div class="code">404</div>
<div class="divider"></div>
<span class="badge">Página não encontrada</span>
<h1>Essa página não existe<br>ou foi movida.</h1>
<p>
O endereço que você acessou não foi encontrado.
<br>
Verifique o link ou volte para a página inicial.
</p>
<div class="actions">
<a href="./" class="btn-primary">
← Voltar ao início
</a>
</div>
</div>
</main>
<footer>
© 2026 Cota de Volta · Todos os direitos reservados
·
<a href="./privacidade.html">Política de Privacidade</a>
</footer>
</body>
</html>