1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-27 14:01:35 +00:00
now-playing/layouts/404.html
2019-12-03 20:53:19 +01:00

16 lines
598 B
HTML

{{ define "main" }}
<main>
<div class="content">
<div class="container">
<h1 class="content-title txtcenter">The page could not be found.</h1>
<div class="container container--small">
Well, stuff can go wrong sometimes and maybe you mistyped a URL, tapped/clicked on a broken link or your computer just wants to drive you nuts. Anyway … keep calm and take a look at our beautiful homepage instead.
<div class="txtcenter mt3">
<a class="btn btn--primary" href="/">Go back to homepage</a>
</div>
</div>
</div>
</div>
</main>
{{end }}