-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
21 lines (21 loc) · 921 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Uh Oh..</title>
<link rel="stylesheet" href="404.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=Afacad+Flux:[email protected]&family=Meow+Script&display=swap" rel="stylesheet">
<script src="https://unpkg.com/feather-icons"></script> <!--ICONS-->
</head>
<body>
<h1>Uh Oh..</h1>
<p>The page you are looking for cannot be found, sorry.
please go to the <a href="https://thekennycreative.org/">Home Page.</a>
</p>
<img src="/assets/mushroom_by_creativeparrot57.png">
<p>Art by <a href="https://www.deviantart.com/creativeparrot57/gallery">Creativeparrot57</a></p>
</body>
</html>