Flesh out error pages a little bit

This commit is contained in:
Magnus Hoff 2017-10-13 15:27:35 +02:00
parent 8e58647e45
commit 3715f9de64
2 changed files with 22 additions and 2 deletions

View file

@ -1 +1,11 @@
<p>Not found</p>
<div class="container">
<header>
<h1>Not found</h1>
</header>
<article>
<p>This page was not found.</p>
</article>
</div>
{{>footer/default.html}}

View file

@ -1 +1,11 @@
<p>Internal server error</p>
<div class="container">
<header>
<h1>Internal server error</h1>
</header>
<article>
<p>An error has occurred.</p>
</article>
</div>
{{>footer/default.html}}