import Link from "next/link"; import { t } from "@lingui/core/macro"; import { Trans } from "@lingui/react/macro"; import { PageHead } from "~/components/PageHead"; import PatternedBackground from "~/components/PatternedBackground"; export default function NotFoundPage() { return ( <>

kan.bn

404

Page not found

The page you're looking for doesn't exist or has been moved.

Go to homepage Go to boards
); }