initial build

Created 404 page
This commit is contained in:
Matt DeCamp 2021-12-07 15:48:47 -05:00
parent 445ba1b4dd
commit 0d80729d32

View file

@ -1,4 +1,10 @@
---
layout: layouts/base
permalink: 404.html
title: Page Not Found
---
<article>
<h1>404!</h1>
<p>Page not found.</p>
</article>