HTML Widget - use index from sibling folder

I want to use an index from another folder in the web root folder in a scene, how do i link that inside a HTML Widget?
If it was inside the same root folder i understand i can just select specified url and enter “path/to/index.html”, but since the one i want to use is in the sibling folder, how do i reference that?

Try:

“./siblingFolder/index.html”

1 Like