import { Title } from "@solidjs/meta"; import { HttpStatusCode } from "@solidjs/start"; import "../styles/pages/index.scss"; export default function NotFound() { return ( <> Not Found

404 - Whoops, ink spill!

li'l Judd couldn't find this turf.

Head back to base and splat into action from there! 🦑🕹️

); }