<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><img src="Imagens/Logo.jpg" width="800px" height="224px" align="bottom" style=" width : 691px; height : 223px;">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>SGL 1.0 - Brasil Iphone</title>
<style type="text/css">
@import url("TelaInicial.css");
</style>
</head>
<body>
<div id="menu2">
<ul>
<li><a href="TelaInicial.jsp"><b style="FONT-SIZE: Large; FONT-FAMILY: 'Trebuchet MS';">Cliente</b></a></li>
<li><a href="Telainicial_funcionario.jsp"><b style="FONT-SIZE: Large; FONT-FAMILY: 'Trebuchet MS';">Funcionário</b></a></li>
<li><a href="Telainicial_produto.jsp"><b style="FONT-SIZE: Large; FONT-FAMILY: 'Trebuchet MS';">Produto</b></a></li>
<li><a href="Telainicial_servico.jsp"><b style="FONT-SIZE: Large; FONT-FAMILY: 'Trebuchet MS';">Serviço</b></a></li>
</ul>
</div>
<a href="novoCliente.jsp" title="Novo Cliente" target="_blank" ><img src="Imagens/cadastrar.jpg" style="width : 144px; height : 181px;"></a>
</body>
</html>
OBS: Já pesquisei bastante no google sobre o assunto, mas não achei nenhum tutorial/vídeo aula que explicasse como fazer essa implementação !