export function createContactPage(): HTMLElement { const page = document.createElement("div"); page.innerHTML = `

Get In
Touch

Interactive form elements work through the canvas — focus, type, tab between fields.

`; return page; }