11 lines
232 B
Plaintext

<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %>
<html>
<head>
<title>Base Handler</title>
</head>
<body>
<h4>Base Handler</h4>
<netui:anchor href="Controller.jpf">Home</netui:anchor>
</body>
</html>