Skip to content
Snippets Groups Projects
Forked from web2 / EJB-EncryptionBean
1 commit behind, 13 commits ahead of the upstream repository.
index.xhtml 376 B
<ui:composition template="/WEB-INF/template/layout.xhtml"
                xmlns="http://www.w3.org/1999/xhtml"
                xmlns:ui="http://java.sun.com/jsf/facelets">

    <ui:define name="title">Encryption Bean - Página inicial</ui:define>

    <ui:define name="content">
        <h1>Bem-vindo, use o menu superior para navegar.</h1>
    </ui:define>

</ui:composition>