blob: f0e83474558a696469076cd5de797c0bb3d4dbd6 [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" "http://www.w3.org/TR/html4/loose.dtd">
<%@ taglib uri="http://nothing.com/libtags" prefix="libtags"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<libtags:emptybodycontent>i should have an empty body</libtags:emptybodycontent>
<libtags:emptyme>nothing</libtags:emptyme>
<libtags:emptybodycontent />
</body>
</html>