www/src/layouts/404.html
2022-06-15 10:04:18 -04:00

14 lines
514 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{ define "main" }}
<div class="container">
<div class="row" style="height:100vh;">
<div class="col my-auto">
<img class="broken-tea" src="/Images/404.png" alt="broken teacup"
style="width:30%; display:block; margin-left:auto; margin-right:auto;">
<h1 class="text-center display-1 mb-lg-5 mb-md-5 mb-sm-5 mb-3">Oops<br>Something Broke.</h1>
<p class="text-center lead">We couldnt find the page youre looking for.</p>
</div>
</div>
</div>
{{ end }}