forked from bigratmonster/bigrat.monster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
26 lines (26 loc) · 1.02 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
<!DOCTYPE html>
<!-- This is bigrat.monster. Welcome. -->
<!-- FOR MORE INFORMATION, PLEASE VISIT https://github.com/bigratmonster/bigrat.monster -->
<html>
<head>
<!-- Thanks metatags.io ❤ -->
<!-- Primary Meta Tags -->
<title>404</title>
<meta name="title" content="dude.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:title" content="dude.">
<meta property="og:description" content="could you please stop linking to non-existant pages please">
<!-- End of metatags.io content -->
<!-- CSS -->
<link rel="stylesheet" href="/css/404.css">
<!-- End of CSS -->
</head>
<body>
<h1>Uh Oh</h1>
<img src="/media/monkeys/telephonemonkey.gif" alt="A monkey getting sad news">
<p>This page doesn't exist. Could you <a href="/">go back to the homepage</a> instead?</p>
<footer><code>HTTP 404 Not Found</code></footer>
</body>
</html>