I’m setting up the sample app for the JavaScript Address Book and am having an issue with the external styelsheet not loading.
In index.html I noticed that there is no style sheet reference to the file css/style.css but that the content of that file is inline in index.html in the style tags. I tried commenting out the inline tags and referencing the external style sheet. I get an error with the browser not loading the style sheet. See the two attached screenshots.
I noticed that another user had a similar issue as well, posted here, Hosted website css stylesheet problem