-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
34 lines (28 loc) · 845 Bytes
/
404.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
<!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="shortcut icon" href="/images/logo.svg" type="image/x-icon" />
<link rel="stylesheet" href="./404/css/style.css">
</head>
<body>
<header>
<div class="heading">
<h1>404 Not Found</h1>
</div>
</header>
<section class="home">
<div class="image">
<img src="./404/images/Scarecrow.png" alt="Scarecrow.png" width="100px">
</div>
<div class="content">
<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="/" class="btn">Back Homepage</a>
</div>
</section>
</body>
</html>