-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path400.html
19 lines (19 loc) · 945 Bytes
/
400.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>400</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>error 400; Bad Request, Try again.</h1>
<p>This page has give you a bad request. please refresh the page or 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>