Website/template/404.twig
blurryface 1c524e9716 make 404 message more funi
how do i commit multiple changes using the website
2023-09-22 21:23:10 +02:00

24 lines
615 B
Twig

{% include 'includes/head.twig' with {'pageTitle': '404'} %}
<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': '404',} %}
<main class="pageContent" id="content">
<div class="container">
<h2>(404) This page is non-existent! Go on Discord and yell at Clash!</h2>
</div>
</main>
{% include 'includes/footer.twig' %}
{% include 'includes/foot.twig' %}