-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
47 lines (45 loc) · 2.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>EssentialsX Info - Home</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootswatch/4.3.1/darkly/bootstrap.min.css" />
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="../">EssentialsX Info</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./permissions.html">Permissions</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./commands.html">Commands</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/EssentialsX/Essentials">GitHub</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://essentialsx.net/downloads.html">Downloads</a>
</li>
</ul>
<a href="https://github.com/Xeyame/essinfo.xeya.me"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat&color=lightgrey"></a>
</div>
</nav>
<br>
<div class="container" style="margin-bottom: 50px; padding-bottom: 15px; border-radius: 5px; padding-left: 30px; padding-right: 30px; text-align: center;">
<br>
<p><b>Notice! We try to keep this list updated to the latest version at Github, some things might not work with outdated builds.</b> Download the latest version from <a href="https://ci.ender.zone/job/EssentialsX/">Jenkins</a>.</p>
<p>Need help? Join the <a href="https://xeya.me/lvnmc">MOSS Discord server</a> and ask in the EssentialsX #support channel.</p>
</div>
</body>
</html>