Move page content to /public

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-02-27 11:14:39 -08:00
parent 97398e6df4
commit 9fbcdb311d
47 changed files with 0 additions and 0 deletions

15
public/404.html Normal file
View File

@@ -0,0 +1,15 @@
{{#extend "layout"}}
{{#content "body"}}
<article>
<div>
<h1 class="post-title">File Not Found</h1>
<div class="post-content">
<p>The page you've requested could not be located.</p>
<p><a href="/">Return to Site Index</a></p>
</div>
</div>
</article>
{{/content}}
{{/extend}}