Website/template/includes/hero.twig
blurryface 85307121aa
update the header to say 1.11
we're getting that in 10 minutes
2024-06-02 04:51:00 +02:00

20 lines
495 B
Twig

{% if not reduced %}
<header class="pageHero">
<div class="container">
<!-- Left -->
<div class="Branding">
<img src="/img/CRSS-Logo.svg">
<span>Clyde's Real Survival SMP!</span>
</div>
<!-- Right -->
<div class="Server-Information">
<span>Server address:</span>
<input type="text" size="14" readonly value="play.blryface.xyz">
<span>Version: 1.11.2</span> <!-- is this needed anymore since via -->
</div>
</div>
</header>
{% endif %}