-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
39 lines (32 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - ISgood Development</title>
<link rel="stylesheet" href="styles.css">
<meta content="404 - ISgood Development" property="og:title" />
<meta content="Coming Soon™" property="og:description" />
<meta content="https://isgood.dev" property="og:url" />
<meta content="./images/logo.png" property="og:image" />
<meta content="#7844f0" data-react-helmet="true" name="theme-color" />
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="images/site.webmanifest">
<link rel="shortcut icon" href="images/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="images/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div class="main">
<img class="logo no-select" src="images/logo.png">
<div class="title no-select">404</div>
<!-- <div class="desc no-select">We create Discord bots.</div> -->
<div class="desc no-select">Page not found!</div>
<div class="github no-select"><a class="github-text no-select no-extra" href="/index.html">Home</a></div>
</div>
</body>
</html>