Pre-sign-up landing page for ICON — content that adapts to every visitor.
- Replace
YOUR_FORM_IDinindex.htmlwith your Formspree form ID - Update the OG image URL in the meta tags once you have a screenshot
# Connect repo via Cloudflare dashboard, or:
npx wrangler pages deploy . --project-name=icon-siteBuild settings: none needed — it's a static HTML file.
- Go to repo Settings → Pages
- Set source to
mainbranch, root/ - Save — site will be live at
https://dwehrmann.github.io/icon-site/
python3 -m http.server 8000
# or
npx serve .