-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
39 lines (39 loc) · 1.37 KB
/
Copy path404.html
File metadata and controls
39 lines (39 loc) · 1.37 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
<!doctype html>
<html lang="pt-BR">
<head>
<!-- Developed with care by FACRF - https://github.com/facrf -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex" />
<meta name="theme-color" content="#f4f1ea" />
<title>Página não encontrada — Fabiano Cesar</title>
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="stylesheet" href="/css/site.css" />
</head>
<body class="legal-page">
<main class="legal-shell error-page">
<a class="brand" href="/"
><span class="brand-mark" aria-hidden="true"
><img
src="/fabiano-cesar-github.jpg"
width="40"
height="40"
alt=""
decoding="async" /></span
><span class="brand-name">Fabiano Cesar</span></a
>
<article class="legal-card">
<p class="error-code" aria-hidden="true">404</p>
<p class="section-kicker">Página não encontrada</p>
<h1>Este caminho não leva a lugar algum.</h1>
<p class="legal-lead">
O endereço pode ter mudado ou não existir. A página inicial é um bom
lugar para recomeçar.
</p>
<a class="button button-primary legal-back" href="/"
>Voltar ao início</a
>
</article>
</main>
</body>
</html>