mirror of
https://github.com/ivabus/www
synced 2024-11-14 21:15:05 +03:00
15 lines
514 B
HTML
15 lines
514 B
HTML
|
{{ 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 couldn’t find the page you’re looking for.</p>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
{{ end }}
|