Server types descriptions

This commit is contained in:
Andus 2025-04-11 09:07:33 +02:00
parent ff832e4788
commit 29a38cfbe2

View file

@ -5,11 +5,15 @@
<div style="display: flex; justify-content: center; gap: 2rem; margin-bottom: 2rem;"> <div style="display: flex; justify-content: center; gap: 2rem; margin-bottom: 2rem;">
<button class="square-button" onclick="selectType(this, 'paper')"> <button class="square-button" onclick="selectType(this, 'paper')">
<img src="https://docs.papermc.io/assets/images/papermc-logomark-512-f125384f3367cd4d9291ca983fcb7334.png" alt="Paper"> <img src="https://docs.papermc.io/assets/images/papermc-logomark-512-f125384f3367cd4d9291ca983fcb7334.png" alt="Paper">
Paper <b>Paper</b>
<br>
<p>Zoptymalizowany serwer Minecraft oferujący lepszą wydajność.</p>
</button> </button>
<button class="square-button" onclick="selectType(this, 'fabric')"> <button class="square-button" onclick="selectType(this, 'fabric')">
<img src="https://fabricmc.net/assets/logo.png" alt="Fabric"> <img src="https://fabricmc.net/assets/logo.png" alt="Fabric">
Fabric <b>Fabric</b>
<br>
<p>Lekki silnik modyfikacji, znany z elastyczności i niskiej wagi.</p>
</button> </button>
</div> </div>