import { FunctionalComponent, h } from 'preact'; import { Link } from 'preact-router/match'; const Notfound: FunctionalComponent = () => { return (
That page doesn't exist.