template-example-main.jsp
- Download template-example-main.jsp (Right-click and Save Link As...)
<!DOCTYPE html>
<html>
<%@ include file="template-example-head-tag.jsp"%>
<body>
<%@ include file="template-example-header.jsp"%>
<%@ include file="template-example-content.jsp"%>
<%@ include file="template-example-footer.jsp"%>
<p><a href="/java112">Home</a></p>
</body>
</html>