1
0
Fork 0
mirror of https://github.com/GuerillaStudio/now-playing synced 2024-09-15 21:54:53 +00:00

add 404 page

This commit is contained in:
Tixie 2019-12-03 20:53:19 +01:00
parent d6bb61bff0
commit 4b918d30af

15
layouts/404.html Normal file
View file

@ -0,0 +1,15 @@
{{ 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 }}