mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-10 14:09:09 -06:00
17 lines
362 B
HTML
17 lines
362 B
HTML
---
|
|
permalink: /404
|
|
layout: base
|
|
no_header: false
|
|
_preview_description: The page you have requested no longer or has never existed.
|
|
---
|
|
|
|
<div class="container">
|
|
<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>
|