I'm trying to include a CSS in a JSF view. However, I am not succeeding.
Below is an excerpt from the view:
<h:head>
<h:outputStylesheet library="css" name="bootstrap.css" />
</h:head>
The version of JSF is 2.2.12.
How much folder structure do we have:
AndtheresultingHTMLis:
What should be happening?