-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
60 lines (60 loc) · 2.5 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="author" content="Absucc" />
<meta name="keywords" content="Python bot,Python,Discord,Discord bot,DBL,API,APIs,API powered,Python powered,APIcord" />
<meta name="description" content="APIcord is a line of simple bots powered by simple APIs">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Comapatible" content="id=edge" />
<link rel="stylesheet" href="/css/dark.css" />
<link rel="shortcut icon" href="/imgs/apicon2.png" />
<title>APIcord</title>
</head>
<body>
<header>
<h2 class="title"><a href="/index.html" style="text-decoration:none;color:white"><img style="border-radius:0;width:5%" src="/imgs/apicon2.png" alt="Logo" /> APIcord</a></h2>
<!--<h2 class="bars"><a href="menu.html" class="noa"><i class="fa fa-bars" aria-hidden="true"></i></a></h2>--><!--<h2 class="bars">aa</h2>-->
<h4><a href="/invite/">Invite</a> - <a href="https://github.com/APIcord/discord">Source Code</a> - <a href="https://gitlab.com/APIcord/discord">Mirror</a> - <a href="https://github.com/APIcord/discord/blob/master/README.md">README.md</a></h3>
</header>
<hr />
<div class="sub-stuff" style="text-align:center">
<h1>Error 404</h1>
<p>Page not found</p>
</div><br>
<footer>
<table>
<tr>
<th>Code</th>
<th>News</th>
<th>More</th>
</tr>
<tr>
<td>
<a href="https://github.com/APIcord">
GitHub <i class="fa fa-github"></i>
</a><br />
<a href="https://gitlab.com/APIcord">
GitLab <i class="fa fa-gitlab"></i>
</a>
</td>
<td>
<a href="https://t.me/apicord">
Telegram <i class="fa fa-telegram"></i>
</a><br />
<a href="https://fosstodon.org/@APIcord">
Mastodon <i class="fa fa-mastodon"></i>
</a>
</td>
<td>
<a href="/privacy.html">Privacy Policy <i class="fa fa-file-text"></i></a><br />
<a href="/status/">Status <i class="fa fa-server"></i></a>
</td>
</tr>
</table>
<p>
©2020-2021 <a href="https://absucc.thedev.id">Absucc</a><br />Web made with <a href="https://forkaweso.me"><i class="fa fa-forkawesome"></i></a> & <a href="https://discordcss.blobby.me">Discord.css</a>
</p>
</footer>
</body>
</html>