-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (34 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DevChallenge</title>
<link rel="stylesheet" href="assets/css/normalize.css">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/index.css">
</head>
<body>
<div class="menu">
<h1>404 not found</h1>
</div>
<div class="container">
<div class="container-image">
<img src="assets/images/Scarecrow.png" alt=""
">
</div>
<div class="container-text">
<h2 class="h2"> I have bad news for you</h2>
<p class="p">The page you are looking for might be removed or is temporarily unavailable</p>
<div class ="button-container">
<div class="button-container">
<button class="button">Back to homepage</button>
</div>
</div>
</div>
</div>
<div class="h3">
<h3>JoseGarcia @ DevChallenge.io</h3>
</div>
</body>
</html>