mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-15 08:13:44 -06:00
Revamp 404.html
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user