Skip to content

Commit

Permalink
add 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
fechan committed Sep 10, 2024
1 parent 5127e1d commit 7a3c536
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'Error 404: Not found'
layout: default
---
<main class="container flex justify-center">
<div class="text-center">
<h2>Error 404: Not found</h2>
<p>The page you're looking for is not here. Either you've mistyped the URL, or the page has been deleted.</p>

<figure class="text-3xl text-muted">/oʊ nꙮʊ/</figure>
</div>
</main>

0 comments on commit 7a3c536

Please sign in to comment.