<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<%@ include file="Logo.jsp" %>
<%@ include file="menu.jsp" %>
<h1>Body</h1>
<%= i %>
<%@ include file="foot.jsp" %>
</body>
</html>