11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %>
|
|
<html>
|
|
<head>
|
|
<title>Basic Global App</title>
|
|
</head>
|
|
<body>
|
|
<h4>Basic Global App</h4>
|
|
<netui:anchor action="globalAction_action">Global Action</netui:anchor>
|
|
</body>
|
|
</html>
|