Flesh out error pages a little bit
This commit is contained in:
parent
8e58647e45
commit
3715f9de64
2 changed files with 22 additions and 2 deletions
|
@ -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}}
|
||||
|
|
|
@ -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}}
|
||||
|
|
Loading…
Reference in a new issue