Newer
Older
<!DOCTYPE html>
<html lang="pt-br"
xmlns:a ="http://xmlns.jcp.org/jsf/passthrough"
xmlns:c ="http://xmlns.jcp.org/jsp/jstl/core"
xmlns:f ="http://xmlns.jcp.org/jsf/core"
xmlns:h ="http://xmlns.jcp.org/jsf/html"
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
xmlns="http://www.w3.org/1999/xhtml">
<h:head>
<meta charset="UTF-8"/>
<title><ui:insert name="title">Encryption Bean</ui:insert></title>
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"/>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</h:head>
<h:body>
<!-- Barra de navegação-->
<ui:include src="header.xhtml"/>
<div class="container"
style="margin-top:60px;"><ui:insert name="content">Conteúdo padrão</ui:insert></div>
<!--<ui:include src="footer.xhtml"/>-->
</h:body>
</html>