import { h } from "preact"; export default function Error404Page() { return

Page not found!

; }