Files
thiloho.github.io/src/pages/404.astro
2025-04-27 04:31:59 +02:00

12 lines
284 B
Plaintext

---
import PageLayout from "../layouts/PageLayout.astro";
---
<PageLayout title="404: Not found" description="Requested page not found.">
<p>
The file associated with the requested path (<code
>{Astro.originPathname}</code
>) could not be found.
</p>
</PageLayout>