The merge of claude/nifty-bhaskara-fb3ec2 left three-way conflict
markers committed straight into index.html, _headers, and
.claude/launch.json instead of being resolved. Two branches had
independently fixed the same duplicate-CSP bug; keep the more
thorough fix (single CSP source of truth in _headers, no meta tag
in index.html, local photo path) and drop the now-unneeded
'unsafe-inline'/ki5bhv.com allowances.
Lets the Browser pane preview the site locally (python -m http.server)
without needing a full deploy to check CSP/console behavior.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Lets the site be served on localhost for testing (e.g. verifying
font/CSP fixes) without needing a separate dev setup.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>