what happens now is that if I delete the CSS style file on the server side, the running project will report an error that the CSS file cannot be found, but the HTML content will still be displayed, but the styles will all be messed up.
I also know that in general, there is no missing CSS file, but it is always necessary to prevent it. So I just want to ask, how can you make it impossible to display CSS content if the HTML file is not loaded successfully or missing? It is better not to show it than to be in a mess.
Canbe realized? How to achieve it? Is there any specific operation?
ask for advice ~