Javascript + pictures not loading on 000webhost but load fine on my harddrive

I am new to web hosting, I looked around in the forum to see if anyone had run into a similar problem but couldn’t find anything that helped me. I’m hoping you can help me out.

I built a website on my computer and got it to work just they way I wanted but when I upload it to 000webhost the javascript doesn’t work and some of the images don’t load.

I am pulling javascript from the web using this code:

	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
	<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>
	<script src="js/app.js" type="text/javascript" charset="utf-8"></script>

the two images are 340kb and 240kb. They shouldn’t be too big are they?

Alright, I figured out why the pictures weren’t loading. The extensions were capitalized in the file names but not in the CSS.

1 Like