initial build

Create 500 error page
This commit is contained in:
Matt DeCamp 2021-12-07 15:49:01 -05:00
parent 0d80729d32
commit cab52f5cdd

View file

@ -1,4 +1,10 @@
---
layout: layouts/base
permalink: 500.html
title: Internal Server Error
---
<article>
<h1>500</h1>
<p>Internal Server Error.</p>
</article>