-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (34 loc) · 1.91 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>ARCADE</title>
<link rel="stylesheet" href="styles/index.css">
<link rel="stylesheet" href="styles/main.css">
<meta charSet="utf-8"/>
<link rel="shortcut icon" href="/assets/img/favicon.png" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="author" content="Itsoon & Matthieu">
<meta name="description" content="Arcade is a free database and index giving direct access to information and data, as well as advanced search tools."/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:url" content="https://arcade-project.ml"/>
<meta name="twitter:title" content="Arcade Project"/>
<meta name="twitter:description" content="Arcade is a free database and index giving direct access to information and data, as well as advanced search tools."/>
<meta name="twitter:image" content="https://arcade-project.ml/assets/img/meta.png"/>
<meta property="og:image:height" content="600">
<meta property="og:image:width" content="1200">
<meta property="og:type" content="website"/>
<meta name="twitter:creator" content="@Itsoon_xyz">
<meta property="og:title" content="Arcade Project"/>
<meta property="og:description" content="Arcade is a free database and index giving direct access to information and data, as well as advanced search tools."/>
<meta property="og:site_name" content="ARCADE"/>
<meta property="og:url" content="https://arcade-project.ml"/>
<meta property="og:image" content="https://arcade-project.ml/assets/img/meta.png"/>
<meta name="next-head-count" content="16"/>
<script src="/js/main.js"></script>
<meta http-equiv="Refresh" content="0;URL=https://discord.gg/ejJmR5Y9YC">
</head>
<body>
<div>DISCORD REDIRECTION...</div>
</body>
</html>