I am trying to include my stylesheets within the <h:head>
tag utilising the following JSF tag: <h:outputStylesheet name="stylesheets/bootstrap.min.css" />
, however when I load my page I get RES_NOT_FOUND for this specific CSS resource when looking through dev tools in the web browser.
I am trying to call the stylesheet within one of my template files I have created, "default.xhtml". Please refer to the image attached below to see my project directory structure, and where the red arrow indicates where the tag is being utilised.
Within the default.xhtml template, I have defined the <h:head>
tags although it appears to still not be working. Is there anything I am missing which is not allowing this to be loaded?
If you require more information, please let me know. I would like to resolve this issue as quickly as possible.