-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (49 loc) · 1.29 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!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="img/devchallenges.png" />
<link rel="stylesheet" href="css/style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Inconsolata&family=Montserrat&family=Space+Mono&display=swap"
rel="stylesheet"
/>
<link
rel="shortcut icon"
type="image/x-icon"
href="https://devchallenges.io/"
/>
<title>404 Not Found</title>
</head>
<body>
<h1 id="main-banner">404 NOT FOUND</h1>
<img src="img/Scarecrow.png" alt="Scarecrow" id="main-bg" />
<div id="wrapper">
<h2 id="intro">
I have a bad <br />
news for you
</h2>
<p id="info">
The page your are looking for <br />
might be removed or is <br />
temporarily unavailable
</p>
<button id="home">BACK TO HOMEPAGE</button>
</div>
<footer>
<h3>
created by
<a href="https://github.com/LaxmanJonchhen12" target="_blank"
>Laxman Jonchhen</a
>
- devchallenges.io
</h3>
</footer>
</body>
</html>