-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
49 lines (40 loc) · 1.82 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<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=Inter&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata&family=Inter&family=Space+Mono:ital@0;1&display=swap" rel="stylesheet">
<title>404 Page</title>
</head>
<body class="container">
<!-- tlf for top left font -->
<div >
<div class="i">
<img class="img" src="images/Scarecrow.png">
</div>
<div class="t">
<div class="tlf">404 not found</div>
</div>
<div class="b">
<div class="badnews">I have bad news for you</div>
</div>
<div class="d">
<div class="desc">The page you are looking for might be removed or is temporarily unavailable</div>
</div>
<div class="b">
<button class="btn">Back to homepage</button>
</div>
<div>
footer class="foot">
Created by <a style= "text-decoration:none" href= "https://github.com/snovacain"><span class= "name"> Thomas </span></a>
& <a style="text-decoration:none" href= "https://github.com/SavannahNDavis"><span class= "name"> Savannah </span></a>
<a href= "https://legacy.devchallenges.io/" style="color: inherit;"target="_blank">devchallenges.io</a>
</footer>
</div>
</div>
</body>
</html>