11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
|
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Sub2 Handler</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h4>Sub2 Handler</h4>
|
||
|
<netui:anchor href="Controller.jpf">Home</netui:anchor>
|
||
|
</body>
|
||
|
</html>
|