> I made the game and access it normally through the emulator.
> But when I export to HTML and I will view the page index.html in the emulator it is not loaded. This occurs both locally and on the hosting server. What am I doing wrong? Do I have to insert some code in the index.html page? Do I have to add something in the export directory of the index.html page?
> Thank you!
>
No you do not have to add anything. First, are you using construct 2 or 3?
Also I suggest (because exported game comes with service worker), to delete cache and service worker files from exported games (remove sw.js).
Navigate to domain where you host game localy or remotly. Hit F12. Continue as in this answer:
Try the game in emulator again.
If it doesnt help, I need more specific details, console.log screenshot would help.
Done!
It's simple: only put in the layout area a Gamee Plugin instance
Tks for support...