How do I export multiple games to be hosted on different pages of the same website?
For example Game 1 : mywebsite/game1
Game 2 : mywebsite/game2
Is it your website? in that case all you could do is add different folders for each game, so in my case my website is bredfy.com, i could do bredfy.com/game1 , bredfy.com/game2
And export the game to that folder.
Im not sure if you mean your own host or someone elses, or if you just want to "Display" your game on different pages, for this you can just include your HTML5 game into an IFRAME.
However if you just want the game on multiple subdomains, just extract the game to each folder(game1,game2 etc....)