thomas-shop/templates/404.html
2022-05-02 16:26:06 +02:00

11 lines
478 B
HTML

{{define "body"}}
<main>
<div class="c-page-section">
<div class="c-page-section__content" style="text-align: center;">
<h1 class="t-h1" style="font-size: 200px; font-weight: bold; margin-top: 100px;">404</h1>
<p class="t-p1">The page you trying to find is no longer there.</p>
<p class="t-p1"><a href="/" class="t-p1 t-p1--invert">Back to shop</a></p>
</div>
</div>
</main>
{{end}}