mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 02:11:35 +01:00
12 lines
284 B
Plaintext
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>
|