-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
74 lines (71 loc) · 2.52 KB
/
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
<!DOCTYPE html>
<html data-bs-theme="light" lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404 error</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"
/>
<meta property="og:image" content="black_logo.png" />
<meta property="og:url" content="https://geofisicahub.live/old/00s.html" />
<link rel="canonical" href="https://geofisicahub.live/old/00s.html" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link
rel="icon"
type="image/svg+xml"
sizes="124x126"
href="../assets/img/G.svg"
/>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-L9JMPD2F5G"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-L9JMPD2F5G");
</script>
<link
rel="stylesheet"
href="https://s.pageclip.co/v1/pageclip.css"
media="screen"
/>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="https://unpkg.com/i18next@latest/i18next.min.js"></script>
</head>
<body>
<section class="section">
<div class="container">
<div class="columns is-centered">
<div class="column is-half has-text-centered">
<p class="title is-1">404</p>
<p class="subtitle mt-5">
Parece que algo deu errado... a página que você está procurando
não existe. Se você tentou acessar essa página através dos
sublinks da pesquisa do Google, clique para voltar para a página
inicial e acesse por lá.<br /><br />
</p>
<button class="button is-large">
<a href="../index.html">Voltar</a>
</button>
</div>
</div>
</div>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script src="assets/js/bs-init.js"></script>
<script src="assets/js/js/jquery.min.js"></script>
<script src="assets/js/js/paperclip.js"></script>
</body>
</html>