script.js picks a random entry from MESSAGES on load and on each "Check
again" click, and persists the chosen colour scheme in localStorage.
messages.js holds the MESSAGES array as a placeholder template to be
filled in with content.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Single-page layout with a centred message, a colour-scheme toggle, and a
"Check again" button. styles.css defines two palettes selected via the
data-theme attribute: modern DLR turquoise/teal and the original 1987
red-and-blue livery.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>