forked from github.com/GenderDysphoria.fyi
Move page content to /public
This commit is contained in:
15
public/404.html
Normal file
15
public/404.html
Normal 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}}
|
||||
Reference in New Issue
Block a user