Hi, for playing aroung i wrote a small skill to get some information from the hexa and to be displayed on a website. However, if i try to include a local css or js file but it does not work.
There is a template structure in the docu which says, there is a remote folder where the index.html has to be placed (works) and an subfolder “assets” where the css and js files has to be placed. Include them with for instant
<link rel=stylesheet" href="main.css">
does not work.
Any idea how to include those files?