CRSSWebsite/template/includes/hero.twig

20 lines
495 B
Twig
Raw Normal View History

{% if not reduced %}
2023-11-26 21:40:10 +00:00
<header class="pageHero">
<div class="container">
2023-11-18 12:23:34 +00:00
2023-11-26 21:40:10 +00:00
<!-- Left -->
<div class="Branding">
<img src="/img/CRSS-Logo.svg">
<span>Clyde's Real Survival SMP!</span>
2023-11-18 12:23:34 +00:00
</div>
2023-11-26 21:40:10 +00:00
<!-- Right -->
<div class="Server-Information">
<span>Server address:</span>
2024-04-25 01:18:23 +00:00
<input type="text" size="14" readonly value="play.blryface.xyz">
2024-05-31 02:09:19 +00:00
<span>Version: 1.10.2</span> <!-- is this needed anymore since via -->
2023-11-26 21:40:10 +00:00
</div>
2023-11-18 12:23:34 +00:00
</div>
</header>
{% endif %}