mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 10:21:36 +01:00
Update RSS elements and TOC svg
This commit is contained in:
11
src/pages/404.astro
Normal file
11
src/pages/404.astro
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
import PageLayout from "../layouts/PageLayout.astro";
|
||||
---
|
||||
|
||||
<PageLayout title="404: Not found" description="Not found">
|
||||
<p>
|
||||
The file associated with the requested path (<code
|
||||
>{Astro.originPathname}</code
|
||||
>) could not be found.
|
||||
</p>
|
||||
</PageLayout>
|
||||
Reference in New Issue
Block a user