# Original prompt

Create a minimal static HTML site that says Tape site smoke test.

# Generated expansion

Continue the existing tape-site-smoke-test project as a minimal static HTML page. The authoritative user-facing text is exactly “Tape site smoke test.” Keep the implementation dependency-free and preserve a clean white background, centered black headline, system sans-serif typography, generous whitespace, semantic HTML, and restrained responsive styling. Use the existing thin JavaScript interaction: app.js should safely find .headline and #interaction-status, and activating the headline should update the status to “Smoke test passed.” Ensure the DOM elements exist and the script is loaded after the DOM is available or with defer. Make activation accessible from the keyboard and expose the status appropriately for assistive technology without changing the minimal visual design. Treat docs/design-reference.png only as non-authoritative visual guidance; prioritize the user prompt and the actual static page behavior. Do not introduce a framework, build system, or unnecessary dependencies. After implementation, manually open index.html in a modern browser, verify the initial rendering, verify the interaction, and check responsive layout at multiple viewport widths. Update README.md only if the run instructions need to change.