Server types descriptions
This commit is contained in:
parent
ff832e4788
commit
29a38cfbe2
1 changed files with 6 additions and 2 deletions
|
@ -5,11 +5,15 @@
|
|||
<div style="display: flex; justify-content: center; gap: 2rem; margin-bottom: 2rem;">
|
||||
<button class="square-button" onclick="selectType(this, '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 class="square-button" onclick="selectType(this, '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>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue