-
Notifications
You must be signed in to change notification settings - Fork 6
/
404.html
32 lines (26 loc) · 812 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>404: Not Found</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta name="author" content="Philippe Fanaro" />
<meta name="description" content="404: Not Found" />
<script src="index.js"></script>
<link rel="stylesheet" href="index.css" />
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg" />
</head>
<body>
<article>
<h1>404: Not Found</h1>
<p>
This page doesn't actually exist. Trying going back to
<local-link text="home" link="/"></local-link>.
</p>
<p>
Esta página não existe. Tente voltar para a
<local-link text="página inicial" link="/"></local-link>.
</p>
</article>
</body>
</html>