I put some images in my application but the images are not appearing,I'm using jsf
UPDATE
 <h:panelGroup layout="block" styleClass="logo_pull_left">
                     <h:commandLink action="index.xhtml">
                   <h:graphicImage library="resources" name="winnerlogo.png"/> 
                     </h:commandLink>
              </h:panelGroup>
my page with the image that should appear
UPDATE image3
 
    