How do I embed an HTML file in a GDevelop game?

Before you say someone already asked this, just hear me out. I’m trying to make a game with GDevelop, but I already have some HTML game files on hand. So, how do embed those files into a scene?

You can’t, as far as I know.

Technically you could add an iframe to the page, and use css to position it where you want.