I've been working on a new website and recently incorporated Remodal into it. When using data-remodal-target to trigger modals, I noticed that if there is an error like a missing image or stylesheet, the site may not function properly. I am looking for a way to display a modal indicating that the site is broken or malfunctioning. Thank you.
Here is an example of how it is typically used:
<a data-remodal-target="modal">Call the modal with data-remodal-id="modal"</a>