/public_html/ ├── index.html ← THIS is the public home page (the code I just gave) ├── register.html ← Registration form page ├── submit.html ← Deal submission page ├── pitch.html ← Pitch room placeholder ├── scorecard.html ← Scorecard overview └── style.css (optional if externalizing styles later)