feat: some stuff

This commit is contained in:
2024-04-08 01:06:23 +02:00
parent 02070007c4
commit cd6392a4a2
13 changed files with 85 additions and 46 deletions

7
src/pages/404.astro Normal file
View File

@@ -0,0 +1,7 @@
---
import Layout from "@layouts/Layout.astro";
---
<Layout title="Max Richter">
<h1>Thats a 404</h1>
</Layout>