import { Title } from "../components/typography.tsx"; import { Head } from "$fresh/runtime.ts"; import { Layout } from "../islands/layout.tsx"; export default function Error404() { return ( <> 404 - Page not found
Page not found

The page you were looking for doesn't exist.

Go back home
); }