pabloar93

Consulta Archivo 1 - index.jsp

Jan 10th, 2014
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.38 KB | None | 0 0
  1. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  2. <%@taglib prefix="t" tagdir="/WEB-INF/tags"%>
  3.  
  4. <t:generico>
  5.     <jsp:attribute name="headHTML">
  6.         <title>Inicio &raquo; Web-Tren</title>
  7.         <link rel="stylesheet" type="text/css" href="css/index.css">
  8.     </jsp:attribute>
  9.     <jsp:body>
  10.         <div class="contenedor">
  11.             <h3>Hola a todo el mundo</h3>
  12.         </div>
  13.     </jsp:body>
  14. </t:generico>
Advertisement
Add Comment
Please, Sign In to add comment