-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (40 loc) · 1.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1,
maximum-scale=5"
/>
<!-- Fonts -->
<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=Inconsolata&family=Space+Mono&display=swap" rel="stylesheet">
<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@700&display=swap" rel="stylesheet">
<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=Montserrat&display=swap" rel="stylesheet">
<!-- Stylesheet -->
<link rel="stylesheet" href="style.css">
<title>404 Not Found</title>
</head>
<body>
<div class = "title">
<p class="title__text">404 NOT FOUND</p>
</div>
<div class="main__image">
<img src="./Scarecrow.png" alt="Scary Crow">
</div>
<div class="main__text">
<p class="main__text--heading">I have bad news for you</p>
<p class="main__text--description">The page you are looking for might be removed or is temporarily unavailable</p>
<button type="button">BACK TO HOMEPAGE</button>
</div>
<div class="footer">
<p class="footer__text">created by <a href="https://github.com/zahrasameen" class="footer__text username">zahrasameen</a> - devChallenges.io</p>
</div>
</body>
</html>