Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <%@page contentType="text/html" pageEncoding="UTF-8"%>
- <%@taglib prefix="t" tagdir="/WEB-INF/tags"%>
- <t:generico>
- <jsp:attribute name="headHTML">
- <title>Inicio » Web-Tren</title>
- <link rel="stylesheet" type="text/css" href="css/index.css">
- </jsp:attribute>
- <jsp:body>
- <div class="contenedor">
- <h3>Hola a todo el mundo</h3>
- </div>
- </jsp:body>
- </t:generico>
Advertisement
Add Comment
Please, Sign In to add comment