-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (28 loc) · 935 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 NOT FOUND</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<p>404 NOT FOUND</p>
</header>
<section>
<div class="container-main">
<div class="image">
<img src="Scarecrow.png">
</div>
<div class="content">
<h1>I have bad news <br> for you</h1>
<p>The page you are looking for might be removed or is temporarily unavailable</p>
<input type="button" value="Back to homepage">
</div>
</div>
</section>
<footer>Created by -<a href="https://devchallenges.io/portfolio/imaxmayur">imaxmayur</a> devChallenges.io</footer>
</body>
</html>