summaryrefslogtreecommitdiff
path: root/examples/portfolio/src/pages/404.astro
blob: e3995899abbe0ff7e4efd2309778569a80132090 (plain) (blame)
1
2
3
4
5
6
7
8
---
import Hero from '../components/Hero.astro';
import BaseLayout from '../layouts/BaseLayout.astro';
---

<BaseLayout title="Not Found" description="404 Error — this page was not found">
	<Hero title="Page Not Found" tagline="Not found" />
</BaseLayout>