-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (35 loc) · 1.25 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
39
<!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="devchallenges.png" />
<link rel="shortcut icon" type="image/x-icon" href="https://devchallenges.io/" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<title>Devchallenges</title>
</head>
<body>
<div class="container">
<header>
<h3>404 NOT FOUND</h3>
</header>
<div class="wrapper">
<div class="wrapper-image">
<img src="assets/images/Scarecrow.png" alt="Container-Image" />
</div>
<div class="wrapper-text">
<h1>I have bad news for you</h1>
<p>The page you are looking for might be removed or is temporarily unavailable</p>
<a href="">Back to homepage</a>
</div>
</div>
<footer>
<p>Created by <a href="https://ismailium.vercel.app/" target="_blank"><b>Ismailium</b></a> - devChallenges.io</p>
</footer>
</div>
</body>
</html>