feat: some stuff
All checks were successful
Deploy to SFTP Server / build (push) Successful in 21m14s
All checks were successful
Deploy to SFTP Server / build (push) Successful in 21m14s
This commit is contained in:
7
src/pages/404.astro
Normal file
7
src/pages/404.astro
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
import Layout from "@layouts/Layout.astro";
|
||||
---
|
||||
|
||||
<Layout title="Max Richter">
|
||||
<h1>Thats a 404</h1>
|
||||
</Layout>
|
Reference in New Issue
Block a user