LibGDX and HTML5. What should I put into the server?

Hi guys!

I made a “test game” in libGDX and it works on html5 (tested using GWT developer plugin for chrome). Now I wonder…¿what should I upload to the host? I have the 3 projects folder:

testGame
testGame-desktop
testGame-android <-- just becouse the “assets” folder
testGame-html5

This has to be compiled so, I supose that I cant upload these folders. ¿I need a fat jar or what? Im kinda missed here. Also don’t know what page should I create/use to execute the game. In the “war” folder there is a index.html. Is that the page that starts the game on the browser?

Thanks guys for the supply, really dont know what to do with this.