-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
60 lines (57 loc) · 1.51 KB
/
404.html
File metadata and controls
60 lines (57 loc) · 1.51 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
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="shortcut icon"
href="https://igorroc.github.io/pebl-web/assets/img/logo_brain.png"
/>
<title>Página não encontrada - 404</title>
<link
href="https://igorroc.github.io/pebl-web/css/404.css"
rel="stylesheet"
type="text/css"
/>
</head>
<body>
<div class="container">
<div class="box">
<h1>404</h1>
<p class="titulo">Parece que você se perdeu...</p>
<p class="desc">
A página que você está procurando não existe.
</p>
<a class="btn-cta" href="https://igorroc.github.io/pebl-web/">
<span class="btn-content">Voltar para casa</span>
<img
class="btn-icon cl-invert"
src="https://igorroc.github.io/pebl-web/assets/icons/botao-home.svg"
/>
</a>
</div>
</div>
<!-- PARTICULAS DE FUNDO -->
<ul class="particles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<div class="ripple" style="top: 0; left: 50%">
<div style="--tam: 5" class="circle"></div>
<div style="--tam: 3" class="circle"></div>
<div style="--tam: 2" class="circle"></div>
<div style="--tam: 4" class="circle"></div>
<div style="--tam: 1" class="circle"></div>
</div>
<script src="https://igorroc.github.io/pebl-web/js/background.js"></script>
</body>
</html>