Revamp 404.html

This commit is contained in:
Xevion
2022-04-11 16:31:56 -05:00
parent 33d024c4f1
commit c56530ea0b
2 changed files with 46 additions and 13 deletions

View File

@@ -1,11 +1,16 @@
---
permalink: /404
layout: default
layout: base
no_header: false
_preview_description: The page you have requested no longer or has never existed.
---
<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
<div class="inner-container">
<h1>404</h1>
<p>The requested page could not be found.</p>
<span>
> <a href="/">Return to ~/</a>
</span>
</div>
</div>