Sections
404 Pages
404 Pages
Not found pages.
Standard 404
404
Page not found
<div class="flex flex-col items-center justify-center py-24 text-center"><h1 class="text-6xl font-bold">404</h1><p class="text-xl mt-4 text-muted-foreground">Page not found</p><button class="mt-8 bg-primary text-primary-foreground px-6 py-2 rounded-md">Go Home</button></div> <div className="flex flex-col items-center justify-center py-24 text-center"><h1 className="text-6xl font-bold">404</h1><p className="text-xl mt-4 text-muted-foreground">Page not found</p><button className="mt-8 bg-primary text-primary-foreground px-6 py-2 rounded-md">Go Home</button></div> Split 404
Oops!
We lost this page
We searched everywhere but couldn't find what you were looking for.
<div class="grid md:grid-cols-2 gap-8 items-center py-24"><div class="px-8"><h1 class="text-6xl font-bold text-primary">Oops!</h1><h2 class="text-2xl font-semibold mt-4">We lost this page</h2><p class="mt-2 text-muted-foreground">We searched everywhere but couldn't find what you were looking for.</p></div><div class="h-64 bg-muted rounded-xl"></div></div> <div className="grid md:grid-cols-2 gap-8 items-center py-24"><div className="px-8"><h1 className="text-6xl font-bold text-primary">Oops!</h1><h2 className="text-2xl font-semibold mt-4">We lost this page</h2><p className="mt-2 text-muted-foreground">We searched everywhere but couldn't find what you were looking for.</p></div><div className="h-64 bg-muted rounded-xl"></div></div> Search 404
Page missing
Try searching for what you need.
<div class="flex flex-col items-center justify-center py-24 text-center"><h1 class="text-4xl font-bold">Page missing</h1><p class="text-muted-foreground mt-4 mb-8">Try searching for what you need.</p><div class="flex w-full max-w-sm space-x-2"><input class="flex h-10 w-full rounded-md border border-input px-3" placeholder="Search..." /><button class="bg-primary text-primary-foreground px-4 rounded-md">Search</button></div></div> <div className="flex flex-col items-center justify-center py-24 text-center"><h1 className="text-4xl font-bold">Page missing</h1><p className="text-muted-foreground mt-4 mb-8">Try searching for what you need.</p><div className="flex w-full max-w-sm space-x-2"><input className="flex h-10 w-full rounded-md border border-input px-3" placeholder="Search..." /><button className="bg-primary text-primary-foreground px-4 rounded-md">Search</button></div></div> Glitch 404
404
SYSTEM_ERROR_NOT_FOUND
<div class="flex flex-col items-center justify-center py-24 text-center bg-black text-white"><h1 class="text-8xl font-black tracking-tighter" style="text-shadow: 2px 0 red, -2px 0 blue;">404</h1><p class="text-xl mt-4 font-mono">SYSTEM_ERROR_NOT_FOUND</p></div> <div className="flex flex-col items-center justify-center py-24 text-center bg-black text-white"><h1 className="text-8xl font-black tracking-tighter" style="text-shadow: 2px 0 red, -2px 0 blue;">404</h1><p className="text-xl mt-4 font-mono">SYSTEM_ERROR_NOT_FOUND</p></div> Minimal 404
Error 404
Page not found
The requested URL was not found on this server.
<div class="py-24 max-w-md"><span class="text-sm font-semibold text-primary">Error 404</span><h1 class="text-3xl font-bold mt-2">Page not found</h1><p class="mt-4 text-muted-foreground">The requested URL was not found on this server.</p></div> <div className="py-24 max-w-md"><span className="text-sm font-semibold text-primary">Error 404</span><h1 className="text-3xl font-bold mt-2">Page not found</h1><p className="mt-4 text-muted-foreground">The requested URL was not found on this server.</p></div> On This Page