Netlify removing scripts

Well. I have created a website using HTML,CSS,JS. In my computer it just works fine but in netlify the scripts loaders disappears.
I.E:

<script src="js/iniciosc.js"></script>

Completly dissapears when published in netlify. Why?

Hi, @Quique1222, Netlify should never modified the deployed site code unless some very specific settings are used. Even then, we should never remove a script take like that.

Would you please send us a link to the deployed site where this is missing?