Couldn't you somehow use the html iframe element in your final exported html or maybe with the browser plugin load another instance of your HTML into an area to make a perfect split screen game?
Like..
<iframe src="yourgame.html"></iframe>
<iframe src="alsoyourgame.html"></iframe>
in your game html.. Then have them talk to each other via something. Just a vague idea...