@Usinfo – you can use Construct2 apps in two ways. An easy way is to drop it into a sub directory and call that from a button or such using the go to url with popup. The second way is to use a HTML widget, here are some basic instructions:
Add the runtime.js file using the additional project files, this will be located in the directory created by Construct2
Place html widget on the screen
Open the index.html file created by Construct2
Copy the entire in the div tag with the id c2canvasdiv
Paste into the html widget
Copy the images and other C2 project files into your M1 www folder – keep images in the images folder.