deploy: 8e4948d5b3
This commit is contained in:
parent
077d8b5b12
commit
8a1fec1547
13 changed files with 207 additions and 127 deletions
|
|
@ -45,7 +45,27 @@
|
|||
</div>
|
||||
<p id="projectSubtitle">A simple way to add custom commands with custom responses to your server.</p>
|
||||
</div>
|
||||
<a id="downloadLink" href="releases"><button id="downloadButton">Download</button></a>
|
||||
<a id="downloadLink" href="releases"><button id="downloadButton">Unavailable</button></a>
|
||||
</div>
|
||||
|
||||
<div id="projectImagesAndInfo">
|
||||
|
||||
<div id="projectInfo">
|
||||
<p>Here's what we found about this project:</p>
|
||||
|
||||
<p>3 links.</p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://modrinth.com/plugin/aboukkit/versions">Modrinth</a></li>
|
||||
|
||||
<li><a href="https://github.com/adrianvic/aboukkit">GitHub</a></li>
|
||||
|
||||
<li><a href="https://git.disroot.org/adrianvictor/aboukkit">Disroot Git</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<main id="projectDescription">
|
||||
|
|
|
|||
|
|
@ -33,10 +33,68 @@
|
|||
</aside>
|
||||
|
||||
<main>
|
||||
<h1>Releases for Aboukkit</h1>
|
||||
|
||||
<h1>Releases for Aboukkit</h1>
|
||||
|
||||
|
||||
<p>Could not find any release for this project...</p>
|
||||
<p>This project depends on:
|
||||
|
||||
|
||||
<a href="/neoBeta/projects/tenkumalib/">tenkumalib.</a>
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="rainbowText">3 releases.</p>
|
||||
<div style="display: flex; flex-direction: column; gap: 1em;">
|
||||
|
||||
<div>
|
||||
<h2>Library update</h2>
|
||||
<p>Version 2.1 for Bukkit b1.7.3</p>
|
||||
|
||||
<div style="padding: .6em; background-color: var(--accent-background); border-radius: 4px;">
|
||||
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://modrinth.com/plugin/aboukkit/version/2.1">Modrinth <span class="dimText">https://modrinth.com/plugin/aboukkit/version/2.1</span></a></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Color update</h2>
|
||||
<p>Version 2.0 for Bukkit b1.7.3</p>
|
||||
|
||||
<div style="padding: .6em; background-color: var(--accent-background); border-radius: 4px;">
|
||||
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://modrinth.com/plugin/aboukkit/version/2.0">Modrinth <span class="dimText">https://modrinth.com/plugin/aboukkit/version/2.0</span></a></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Vanilla</h2>
|
||||
<p>Version 1.0 for Bukkit b1.7.3</p>
|
||||
|
||||
<div style="padding: .6em; background-color: var(--accent-background); border-radius: 4px;">
|
||||
|
||||
<div class="oneLineClamp">
|
||||
<p><a href="https://modrinth.com/plugin/aboukkit/version/1.0">Modrinth <span class="dimText">https://modrinth.com/plugin/aboukkit/version/1.0</span></a></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue