import { UnknownPageProps } from "$fresh/server.ts"; export default function NotFoundPage({ url }: UnknownPageProps) { return

404 not found: {url.pathname}

; }