In index.html, add the exact heading, live status, and native button.
Target index.html · Replace the placeholder inside main. Evidence The project has a heading, live status, and keyboard-friendly button. Snippet<h1>Support center: Personal profile</h1>
<p data-status aria-live="polite">Ready for review.</p>
<button type="button" data-action>Review project</button>
Next up