-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (64 loc) · 2.85 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Nucleus Javadocs</title>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/highlights.css" />
</head>
<body>
<nav class="navbar navbar-dark navbar-qs">
<div class="container">
<a href="https://v2.nucleuspowered.org/" class="logo">
</a>
<a href="https://v2.nucleuspowered.org">Home</a>
<a href="https://v2.nucleuspowered.org/docs">Docs</a>
<a href="https://ore.spongepowered.org/Nucleus/Nucleus">Download</a>
<a href="https://discord.gg/A9QHG5H">Discord</a>
<a href="https://gtihub.com/NucleusPowered/">Github</a>
<a style="visibility: hidden" href="#" data-search-activate class="search-icon">Search</a>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col">
<h1>Nucleus Javadocs</h1>
<h2>Version 2.4 (SpongeAPI 7.3/Minecraft 1.12.2)</h2>
<ul>
<li><a href="2.4.0/index.html">Javadocs</a></li>
<li><a href="https://v2.nucleuspowered.org">Documentation Site</a></li>
</ul>
<h2>Version 1.14.x (SpongeAPI 7.1/Minecraft 1.12.2)</h2>
<p>
<em>These have been frozen at version 1.14.6 and will not be updated.</em>
</p>
<ul>
<li><a href="1.14.6-S7.1/index.html">Javadocs</a></li>
<li><a href="https://v1.nucleuspowered.org">Documentation Site</a></li>
</ul>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="row" style="margin-bottom: 3px;">
<div id="qs-quote" class="col">
Javadocs don't need a quote here!
</div>
</div>
<div class="row">
<div class="col">
<div style="float: left;">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/" style="line-height: 40px; padding-right: 10px;">
<img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" />
</a>
</div>
© Daniel Naylor & contributors, 2016-2021. Website content is licensed under a <a rel="license" target="_blank" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>,
<strong>except</strong> for the Nucleus logo, where all rights are reserved. The Nucleus plugin is licensed under the <a href="https://opensource.org/licenses/MIT" target="_blank">MIT licence</a>. <a href="{{ site.baseurl }}/codeofconduct.html">Code of Conduct</a>
</div>
</div>
</div>
</footer>
</body>
</html>