-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
26 lines (26 loc) · 897 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
26
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 - Page Not Found</title>
<link rel="stylesheet" href="/assets/error.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex, nofollow">
<script src="https://use.fontawesome.com/f47a842f2a.js"></script>
</head>
<body>
<div class="container">
<h1>404</h1>
<h2>We can't find what you're looking for.</h2>
<p>
The requested page doesn't exist. However, <a href="http://random.cat">this</a> page does.
</p>
<p>
<i>Pages never die! Well... I guess this one got nerfed by the D.Va and our Mercy didn't have their ult ready.</i>
</p>
<div id="suggestions">
<a href="/"><i class="fa fa-home"></i> Home</a> —
<a href="https://discord.me/nanobot">Support</a>
</div>
</div>
</body>
</html>