-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
19 lines (19 loc) · 774 Bytes
/
404.html
File metadata and controls
19 lines (19 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<head>
<title>404 - Not Found</title>
<link rel="stylesheet" href="/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex"/>
<style>
.text {
font-size: 30px;
}
</style>
</head>
<body>
<center>
<h1>Oops! That page couldn't be found!</h1>
<p class="text">Sorry but that page can't be found, if you come to the <a href="/">home page</a>, you might find what you are looking for.</p>
<p class="text">Came here from a broken link or want to tell me about something you found about the site or bots?</p>
<p class="text">Join the <a href="https://discord.gg/62kwSjmZk3">discord server</a>, we can help you there.</p>
</center>
</body>