-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
37 lines (36 loc) · 1.55 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
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<!-- This is thebigrat.com. Welcome. -->
<!-- FOR MORE INFORMATION, PLEASE VISIT https://github.com/bigratmonster/thebigrat.com/ -->
<html lang="en">
<head>
<!-- Simplified Meta Tags -->
<title>BIG RAT WHERE</title>
<meta name="title" content="WHERE BIG RAT">
<meta name="description" content="">
<meta name="theme-color" content="#ffa500">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:title" content="THERE IS NO BIG RAT ON THIS PAGE">
<meta property="og:description" content="">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="NO RAT NO ORAGE RAT">
<meta property="twitter:description" content="">
<meta property="twitter:image" content="https://thebigrat.com/media/fatorange.png">
<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 big rat</a> instead?</p>
<footer><code>HTTP 404 Not Found</code></footer>
</body>
</html>