main
Thomas Ba. 6 years ago
parent 5ba3d53149
commit c695eab6e9

@ -0,0 +1 @@
ErrorDocument 404 404.html

@ -0,0 +1,9 @@
{{ define "main" }}
<main role="main">
<div class="container">
<p>The page youre looking for was not found on the webserver.</p>
<p>If you think this is a mistake send me an eMail</p>
<p>Statuscode: 404</p>
</div>
</main>
{{ end }}
Loading…
Cancel
Save