Having some trouble with my JSP files.
The CSS file for my index.jsp
seems to be missing, even though it's in the correct location. Check out this screenshot:
https://i.sstatic.net/EoQEi.png
I noticed that when I view the code in Chrome, the browser can see my CSS, but it's not being applied to the HTML code in my index.jsp
:
https://i.sstatic.net/UeAsP.png
This issue seems to affect all my other JSP files as well. Any advice would be appreciated.