lucht/src/500.njk
Matt DeCamp cab52f5cdd initial build
Create 500 error page
2021-12-07 15:49:01 -05:00

10 lines
No EOL
146 B
Text

---
layout: layouts/base
permalink: 500.html
title: Internal Server Error
---
<article>
<h1>500</h1>
<p>Internal Server Error.</p>
</article>