gkessler | f3e1ae6 | 2006-05-03 21:47:05 +0000 | [diff] [blame^] | 1 | <%@ page language="java" contentType="text/html; charset=ISO-8859-1" |
| 2 | pageEncoding="ISO-8859-1"%> |
| 3 | <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> |
| 4 | <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> |
| 5 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 6 | <html> |
| 7 | <head> |
| 8 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
| 9 | <title>Insert title here</title> |
| 10 | </head> |
| 11 | <body> |
| 12 | <f:view> |
| 13 | |
| 14 | </f:view> |
| 15 | </body> |
| 16 | </html> |