Custom 404 page

pull/2/head
v4ltages 8 months ago
parent 96e1ffcd63
commit 8843099b84
No known key found for this signature in database
GPG Key ID: DC7BC38E0DC642B
  1. 10
      src/app/not-found.tsx

@ -0,0 +1,10 @@
import { vipnagorgialla } from "@/components/Vipnagorgialla";
export default function NotFound() {
return (
<div className="flex flex-col min-h-[90vh] p-12 justify-center items-center">
<h1 className={`text-7xl ${vipnagorgialla.className} font-bold italic uppercase text-[#2A2C3F] dark:text-[#EEE5E5] mt-8 mb-4`}>404</h1>
<p className="text-2xl text-[#2A2C3F] dark:text-[#EEE5E5]">Seda lehte me ei leidnud.</p>
</div>
);
}
Loading…
Cancel
Save