mirror of
https://github.com/ivabus/www
synced 2024-11-14 11:35:07 +03:00
b3d7689011
* Initial Hugo buildout * Initial Hugo buildout * Progress * Initial Hugo buildout * Initial Hugo buildout * Progress * Rebase on main * sync to #41 * Additional fixes; partials image paths, white-paper page. * White-paper separate nav, 404 cleanup. * banner update * Initial Hugo buildout * Initial Hugo buildout * Progress * Initial Hugo buildout * Initial Hugo buildout * Progress * Rebase on main * sync to #41 * Additional fixes; partials image paths, white-paper page. * White-paper separate nav, 404 cleanup. * banners from `main` * white-paper CTA styling, auth # fix, title fix * Better invalidation path * Footer nav fix * White paper, not white-paper. QR Code page * Superfluous XML Files * README.md additions * Style changes Co-authored-by: Jacob Heider <jacob@tea.xyz>
14 lines
514 B
HTML
14 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 }}
|