I have an existing web page and a div area where I need to load the game there.
For some reason, I can't use iframe tag. But document show only way to add game inside iframe
construct.net/en/tutorials/publishing-web-10
<iframe src="https://www.mywebsite.com/mygame/" width="600" height="400" scrolling="no" noresize="noresize" />
Is there any other way I can add the game into page without using iframe.
Thanks