This repository has been archived by the owner on Sep 11, 2022. It is now read-only.
forked from nathen418/nathen418.com-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
45 lines (39 loc) · 2.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta property="og:type" content="website">
<meta property="og:title" content="Antares Network">
<meta property="og:description" content="The Official Github Pages place to show off all of our projects">
<meta property="og:url" content="https://playantares.com">
<meta property="og:image" content="https://playantares.com/resources/icon.png">
<meta name="theme-color" content="#ff3505">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="shortcut icon" href="resources/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<title>Antares Network</title>
</head>
<body>
<div class="grid-2">
<div class="section-1">
<img src="resources/icon.png" alt="Antares Network Logo">
<h2>Antares Network</h2>
<p>In a GitHub data center somewhere in the world</p>
<a href="/github"><i class="fab fa-github"></i></a>
<a href="/discord"><i class="fab fa-discord"></i></a>
</div>
<div class="section-2">
<h2>404 Error</h2>
<p>The requested URL was not found on the server. Please make sure you have the right URL. If you are still having issues, please contact us at the email below.</p>
</p>
<h2>Contact</h2>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</body>
</html>