import { Title } from "@solidjs/meta"; import { A } from "@solidjs/router"; import { HttpStatusCode } from "@solidjs/start"; export default function NotFound() { return (
Not Found

404

Page not found

Sorry, we couldn't find the page you're looking for.

); }