-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (79 loc) · 4.93 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
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
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Download the latest ASA and ASE APIs for Ark Server. Join our Discord, access Github repositories, and get the latest official plugins.">
<meta name="keywords" content="arkapi, ark server api, asa api, ase api, ark server plugins, ark api download">
<meta name="author" content="ArkServerApi">
<meta name="robots" content="index, follow">
<title>ArkServerApi - Welcome</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="https://avatars.githubusercontent.com/u/163924300" type="image/x-icon">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="#">ArkServerApi</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="fas fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://discord.gg/2uRNp99M9r">Discord</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="AseApi" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Ark Survival Evolved
</a>
<div class="dropdown-menu" aria-labelledby="AseApi">
<h6 class="dropdown-header">API</h6>
<a class="dropdown-item" href="https://github.com/ArkServerApi/AseApi/releases/latest">Latest release</a>
<div class="dropdown-divider"></div>
<h6 class="dropdown-header">Plugins</h6>
<a class="dropdown-item" href="https://github.com/ArkServerApi/ASE-Plugins/releases/latest/download/Permissions.zip">Permissions</a>
<a class="dropdown-item" href="https://github.com/ArkServerApi/ASE-Plugins/releases/latest/download/ArkShop.zip">Arkshop</a>
<a class="dropdown-item" href="https://github.com/ArkServerApi/ASE-Plugins/releases/latest/download/ArkShopUI.zip">Arkshop UI</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="AseApi" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Ark Survival Ascended
</a>
<div class="dropdown-menu" aria-labelledby="AseApi">
<h6 class="dropdown-header">API</h6>
<a class="dropdown-item" href="https://github.com/ArkServerApi/AsaApi/releases/latest">Latest release</a>
<div class="dropdown-divider"></div>
<h6 class="dropdown-header">Plugins</h6>
<a class="dropdown-item" href="https://github.com/ArkServerApi/ASA-Plugins/releases/latest/download/Permissions.zip">Permissions</a>
<a class="dropdown-item" href="https://github.com/ArkServerApi/ASA-Plugins/releases/latest/download/ArkShop.zip">Arkshop</a>
<a class="dropdown-item" href="https://github.com/ArkServerApi/ASA-Plugins/releases/latest/download/ArkShopUI.zip">Arkshop UI</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/orgs/ArkServerApi/repositories">Github repositories</a>
</li>
</ul>
</div>
</nav>
<div class="container">
<div class="content-section">
<h1>Welcome to ArkServerApi</h1>
<img id="logo" src="https://avatars.githubusercontent.com/u/163924300" alt="ArkServerApi Logo">
<p class="mt-4">Here you will find links to download the latest releases of the ASE/ASA apis, as well as discord join link and links to download latest version of official plugins</p>
<p class="mt-4">This page is intended to be temporary: until our new marketplace is ready to be launched :)</p>
</div>
</div>
<footer class="footer">
<div class="container">
© ArkServerApi 2024
</div>
</footer>
</body>
</html>