A retro 8-bit 404 not-found page with a large pixel headline, decorative pixel-art character, and a retro CTA button linking back home. Built on the 8bit button primitive.
import NotFound1 from "@/components/ui/8bit-not-found1"; export default function Demo() { return ( <div className="retro"> <NotFound1 /> </div> ); }
Part of 8bitcn — browse the full library on 21st.dev.