Set the width to 800 and the height to 480 in the viewport meta of the exported index.html.
E.g.
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi, width=800, height=480" />