This commit is contained in:
2019-10-22 20:02:57 +02:00
parent 86d9c34cc3
commit 793da3eeaa
2 changed files with 9 additions and 1 deletions

View File

@@ -4,10 +4,14 @@
{{ partial "header" . }}
<div class="container">
<div class="page-not-found">
<h3>Uh oh! Page not found!</h3>
<h1>Four-oh-four</h1>
<h3>Page not found :(</h3>
<h4>Go back to <a href="/">start</a>.</h4>
</div>
</div>
</div>
{{ partial "footer" . }}
{{ partial "js" . }}
{{ partial "matomo" . }}
</body>
</html>