-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
25 lines (24 loc) · 926 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Not Found</title>
<style>
body {
background-color: rgb(26, 26, 26);
color: white;
}
a {
text-decoration: none;
color: blueviolet;
}
</style>
</head>
<body>
<h1 style="font-size: 3rem;">404</h1>
<h1>Oopsie Nothing Here</h1>
<h2><a href="/">Back >></a></h2>
<div class="tenor-gif-embed" data-postid="25901051" data-share-method="host" data-aspect-ratio="1.04918" data-width="70%"><a href="https://tenor.com/view/he-died-cat-falling-over-cat-oof-rip-gif-25901051">He Died Cat Falling Over GIF</a>from <a href="https://tenor.com/search/he+died-gifs">He Died GIFs</a></div> <script type="text/javascript" async src="https://tenor.com/embed.js"></script>
</body>
</html>