initial build
Create 500 error page
This commit is contained in:
parent
0d80729d32
commit
cab52f5cdd
1 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,10 @@
|
|||
---
|
||||
layout: layouts/base
|
||||
permalink: 500.html
|
||||
title: Internal Server Error
|
||||
---
|
||||
|
||||
<article>
|
||||
<h1>500</h1>
|
||||
<p>Internal Server Error.</p>
|
||||
</article>
|
||||
Loading…
Reference in a new issue