forked from bigratmonster/bigrat.monster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
22 lines (21 loc) · 807 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
<!DOCTYPE html>
<!-- This is bigrat.monster. Welcome. -->
<!-- FOR MORE INFORMATION, PLEASE VISIT https://github.com/bigratmonster/bigrat.monster/ -->
<html lang="en">
<head>
<!-- Simplified Meta Tags -->
<title>404</title>
<meta name="title" content="dude.">
<meta name="description" content="could you please stop linking to non-existent pages please">
<meta name="theme-color" content="#d6351c">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<!-- CSS -->
<link rel="stylesheet" href="/css/404.css">
</head>
<body>
<h1>Uh Oh</h1>
<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>