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

The page you were looking for doesn't exist.

Go back home
); }