import { ContentContainer, Page } from "@/components/layouts/layouts"; import { Footer } from "@/components/utils/Footer"; import { NavBar } from "@/components/utils/NavBar"; import { fontSourceSerifScreenCN } from "@/styles/font"; import { TfiFaceSad } from "react-icons/tfi"; export default function NotFoundPage() { const handleGoBack = () => { if (window == null) return; window.history.back(); }; return (

{"404 NOT FOUND"}

{"This page does not exist for it might be removed or closed."}