mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-17 13:11:52 +00:00
add 404 page
This commit is contained in:
parent
d6bb61bff0
commit
4b918d30af
1 changed files with 15 additions and 0 deletions
15
layouts/404.html
Normal file
15
layouts/404.html
Normal 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 }}
|
Loading…
Reference in a new issue