-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (42 loc) · 1.33 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
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1,
maximum-scale=5" />
<meta name="description" content="Mobile and Web responsive 404 Page.">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Inconsolata&display=swap" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Space Mono&display=swap" />
<link rel="icon" href="Scarecrow.png" />
<link rel="shortcut icon" type="image/x-icon" href="https://devchallenges.io/" />
<link rel="stylesheet" href="./start.css">
<!-- <link rel="stylesheet" href="./reset.css"> -->
<title>404 NAHI MILA</title>
</head>
<body>
<div class="not-found">
404 NOT FOUND
</div>
<div class="content-wrapper">
<div class="scarecrow">
<img src="Scarecrow.png" alt="Scarecrow">
</div>
<div class="content">
<div class="heading">
I have bad news for you
</div>
<div class="description">
The page you are looking for might be removed or is temporarily unavailable
</div>
<div>
<button>
BACK TO HOMEPAGE
</button>
</div>
</div>
</div>
<div class="footer">
Created by <span style="font-weight: bold;">Shiv Soni</span>
</div>
</body>
</html>