beehive/netui/test/webapps/drt/web/perf/empty.jsp

14 lines
535 B
Plaintext

<%@ page language="java" contentType="text/html;charset=UTF-8"%>
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
<%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
<%@ taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="netui-template"%>
<netui:html>
<head>
<netui:base/>
</head>
<netui:body>
<h4>Empty</h4>
<p style="color:green">Test <netui:anchor action="begin">Anchor</netui:anchor></p>
</netui:body>
</netui:html>