Preset
404Content
Buttons & links
Illustration & style
Deploy tips
Your exported file is fully standalone — drop it anywhere static files are served.
- GitHub Pages: add
404.htmlto the repo root. It auto-serves on any missing path. - Netlify: place
404.htmlin your publish directory, or set[[redirects]]for custom statuses. - Vercel: add
404.html/500.htmlat the output root. - nginx:
error_page 404 /404.html;then a matchinglocationblock. - Apache:
ErrorDocument 404 /404.htmlin.htaccess.
Informational only — nothing is uploaded anywhere.
Live preview — updates as you type. Buttons are non-clickable here; they work in the exported file.