Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.78 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml"
  2.      xmlns:h="http://java.sun.com/jsf/html"
  3.      xmlns:ui="http://java.sun.com/jsf/facelets">
  4.     <ui:composition>
  5.         <h:outputStylesheet library="bootstrap" name="css/bootstrap.min.css" />
  6.         <h:outputScript library="bootstrap" name="js/bootstrap.min.js" />
  7.         <h:outputStylesheet library="css" name="style.css" />
  8.         <h:outputStylesheet library="css" name="loadercss.css" />
  9.         <!--<h:outputStylesheet value="shortcut icon" rendererType="image/x-icon" library="imagens" name="/icones/favicon.ico"/>-->
  10.         <h:outputScript name="locale-primefaces.js" library="js"/>
  11.         <h:outputScript name="loader.js" library="js"/>
  12.         <h:outputScript name="main.js" library="js"/>
  13.     </ui:composition>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement