stylehub/pages/smp/domov.html
2024-01-17 11:08:07 +01:00

20 lines
655 B
HTML

<header>
<h1 class="title">Vitaj na oficiálnej AdlerkaSMP stránke</h1>
<p>Najlepší <a href="https://minecraft.net" style="text-decoration: underline; color: #fff;" target="_blank">Minecraft™</a> server na Adlerke</p>
<hr>
<wrapper class="feature-list">
<p>Čo u nás môžeš nájsť?</p>
<ul>
<li>Vlastné pluginy</li>
<ul>
<li>Plugin 1</li>
<li>Plugin 2</li>
</ul>
<li>Kvalitné pluginy</li>
<ul>
<li>Oraxen</li>
<li>ModelManager</li>
</ul>
</ul>
</wrapper>
</header>