npl live server doesn't load js

JavaScript
I had:

src="/main.js"

And it has to be:

src="./main.js"
TheFix= add dot before the file name  ./file.js

Source

Also in JavaScript: