-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (28 loc) · 1.12 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1,
maximum-scale=5" />
<link rel="icon" href="./assets/img/devchallenges.png" />
<link rel="shortcut icon" type="image/x-icon" href="https://devchallenges.io/" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="assets/css/reset.css">
<link rel="stylesheet" href="assets/css/styles.css">
<title>404 NOT FOUND</title>
</head>
<body>
<div class="container">
<h2 class="header-title">404 NOT FOUND</h2>
<main>
<img src="./assets/img/Scarecrow.png" alt="ilustração de espantalho tonto" class="illustration">
<section class="description">
<h1 class="description-title">I have bad news for you</h1>
<p>The page you are looking for might be removed or is temporarily unavailable</p>
<a href="#" class="button">Back to homepage</a>
</section>
</main>
<p class="text-footer">created by Lucas Melo - devChallenges.io</p>
</div>
</body>
</html>