import { Head } from "$fresh/runtime.ts"; export default function Error404() { return ( <> 404 - Page not found

404

); }