Assets URL where to find?

Hello,

Where are the assets stocked ? Need to sync my index.html file to a js that I added to the assets

I think you have just link to “script.js” in the head of your html file, without needing to specify the full path (since this will vary from phone to phone)

Also, you can always just use <script> tags and in-line your javascript if you really need to.