1
0
Fork 0
forked from CRSS/Website
Website/template/index.twig

25 lines
795 B
Twig
Raw Normal View History

2023-09-15 13:32:38 +00:00
{% 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!
2023-09-15 13:32:38 +00:00
</div>
</main>
{% include 'includes/footer.twig' %}
{% include 'includes/foot.twig' %}