/** * Simplified HTML fallback for external images that fail to load. * Displays a centered message with a link to open the image in a new tab. */ export function getImageErrorFallbackHtml(src: string): string { return `