blob: 2be00cd4d4151c02e70bcced603f1179eec913f9 [file] [log] [blame]
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@taglib uri="http://java.sun.com/jsf/core" prefix="c"%>
<%@taglib prefix="sample" uri="http://example.com/sample-taglib" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<sample:code> asdgjalskjga << </sample:code>
<c:out value=""></c:out>
</body>
</html>