Initial rewrite

This commit is contained in:
Andras Schmelczer 2026-05-10 19:05:30 +01:00
parent a5f64a3ff8
commit 0d183c8335
200 changed files with 12537 additions and 18659 deletions

12
src/pages/404.astro Normal file
View file

@ -0,0 +1,12 @@
---
import Page from '../layouts/Page.astro';
---
<Page title="Not Found" description="The page you are looking for does not exist.">
<div class="prose">
<p>
Try the <a href="/articles/">articles archive</a>, the
<a href="/projects/">project index</a>, or the <a href="/">homepage</a>.
</p>
</div>
</Page>