Cannot GET /Interaction%20design/Labo/Les%207%20%5E&%208%20dashboard/dashboard-design-BaertTorre/index.html live server vs coee code example
Example: npl live server doesn't load js
I had:
src="/main.js"
And it has to be:
src="./main.js"
TheFix= add dot before the file name ./file.js