<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<title>Awesome Web Site - Product Search</title>
</head>
<body>
<div id="content">
<%@include file="/WEB-INF/jspf/menu.jspf" %>
<h1>Welcome to our awesome web site!</h1>
<h2>Input sanitation using OWASP AntiSamy</h2>
<fieldset><legend>Search for a product</legend>
<form action="safe_searchresults.jsp" method="POST">
<label>Key words <input type="text" name="keywords"></label>
<input type="submit" value="Search">
</form>
</fieldset>
</div>
</body>
</html>