-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path404.html
78 lines (73 loc) · 3.6 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>HaileyBot</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="HaileyBot aims to be an incredibly versatile bot; our goal is to have every feature you could ever think of, as well as some you would never even imagine. Suggest whatever feature you want, and if it's a good idea, it'll be added to the bot.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="HaileyBot">
<meta property="og:url" content="https://www.haileybot.com/">
<meta property="og:description" content="HaileyBot aims to be an incredibly versatile bot; our goal is to have every feature you could ever think of, as well as some you would never even imagine. Suggest whatever feature you want, and if it's a good idea, it'll be added to the bot.">
<meta name="msapplication-TileColor" content="#2c75ff">
<meta name="keywords" content="discord, guild, server, HaileyBot, bot, network, cheesits, global discord chat, global chat, hub">
<meta property="og:type" content="object">
<meta property="og:image" content="https://www.haileybot.com/images/haileybot.webp">
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="https://www.haileybot.com/images/haileybot.webp">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="HaileyBot">
<link rel="apple-touch-icon-precomposed" href="https://www.haileybot.com/images/haileybot.webp">
<meta name="msapplication-TileImage" content="https://www.haileybot.com/images/haileybot.webp">
<meta name="theme-color" content="#2c75ff">
<link rel="shortcut icon" href="https://www.haileybot.com/images/haileybot.webp">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Icons -->
<link href="css/materialdesignicons.min.css" rel="stylesheet" type="text/css" />
<!-- Main css -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- Loader -->
<div id="preloader">
<div id="status">
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
</div>
<!-- Loader -->
<!-- ERROR PAGE -->
<section class="bg-home">
<div class="home-center">
<div class="home-desc-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 col-md-12 text-center">
<img src="images/haileybot.webp" width="50%" height="50%" class="img-fluid" alt="">
<div class="mt-4 display-3"><b>404 Error:</b></div>
<div class="text-capitalize text-dark mb-4 error-page">Page Not Found</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<a href="https://github.com/HaileyBot/haileybot.github.io/issues/new?labels=bug&template=bug_report.md&title=Bug+Report" class="btn btn-outline-primary mt-4">Report an Issue</a>
<a href="https://www.haileybot.com" class="btn btn-primary mt-4 ml-2">Return to Homepage</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ERROR PAGE -->
<!-- javascript -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<!-- Main Js -->
<script src="js/app.js"></script>
</body>
</html>