Skip to content

Commit

Permalink
feat: add 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
limulus authored Sep 28, 2024
1 parent d2019e8 commit 02230ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions www/404.webc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Not Found
layout: page
---

<header>
<h1 class="title">Not Found</h1>
</header>

<p>Sorry, the resource you were looking for could not be found.</p>

0 comments on commit 02230ac

Please sign in to comment.