Assets not loading on mobile?

This is the first time I’ve tried to load any scene on my Android phone, and it’s not going too well :see_no_evil:
Here is the basic scene deployed to ‘github pages’. When I try the same page on my mobile I get no assets, and just debug outlines. As you can see from the console output there are no error reported. Here is the basic game code. Any ideas what’s going on?

I’m still having no luck here. I thought it might be because of the Physics engine, but I’ve tried them all, and I still can’t get a simple image to show…

Looks like an issue with how I am managing my source. If I put all the JS code directly into index.html file everything loads as expected. I’m not sure yet why this is, but at least it gives me something to work on.