CRSSWebsite/template/index.twig
blurryface 8bdd6b9067 make index better
This is a server made by Blurryface, hosted by TheClashFruit, played by Devin, and sponsored by TheClashFruit's Real Hosting Company Limited Liability Company (TCFRHCLLC) and Pridecraft Studios!
2023-09-22 21:25:22 +02:00

25 lines
795 B
Twig

{% include 'includes/head.twig' with {'pageTitle': 'Home'} %}
<div class="pageHero" id="hero">
<div class="blurFiler">
<div class="container">
<h1>Clyde's Real Survival SMP</h1>
<div class="serverInfo">
Online: <label>0</label> / <label>20</label>
</div>
</div>
</div>
</div>
{% include 'includes/nav.twig' with {'page': 'home',} %}
<main class="pageContent" id="content">
<div class="container">
<h1>Welcome to Clyde's Real Survival SMP (CRSS)!</h1>
This is a server made by Blurryface, hosted by TheClashFruit, played by Devin, and sponsored by TheClashFruit's Real Hosting Company Limited Liability Company (TCFRHCLLC) and Pridecraft Studios!
</div>
</main>
{% include 'includes/footer.twig' %}
{% include 'includes/foot.twig' %}