blob: d1d3f8e5ac1c1d545ed2d44946852974c13f459a [file] [log] [blame]
<%@ taglib uri="/webwork" prefix="ww" %>
<html>
<head>
<title>Cookbook - Hello World</title>
<link rel="stylesheet" type="text/css" href="<ww:url value="/css/cookbook.css" />">
</head>
<body>
<ww:include value="/header-result.jsp"/>
<h1>Don't panic! Struts is mostly harmless ...</h1>
</body>
</html>