A retro 8-bit 404 not-found page featuring a pixel dwarf character, a bold pixel headline, and a retro CTA button to retreat home. Built on the 8bit button primitive.
import NotFound2 from "@/components/ui/8bit-not-found2"; export default function Demo() { return ( <div className="retro"> <NotFound2 /> </div> ); }
Part of 8bitcn — browse the full library on 21st.dev.