-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
22 lines (20 loc) · 690 Bytes
/
404.html
File metadata and controls
22 lines (20 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>PÁGINA NÃO ENCONTRADA!</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--<base href="//s3-us-west-2.amazonaws.com/s.cdpn.io/157670/">--><link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div class="text">
<h1>404</h1>
<h2>OPS!!!</h2>
<h3>Desculpe, não podemos encontrar o que você está procurando porque está tão escuro aqui</h3>
</div>
<div class="torch"></div>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js'></script><script src="./script.js"></script>
</body>
</html>