blob: 7d74461247d249cd930fa6203e675245fafd5f28 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Wicket Examples - helloworld</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<span wicket:id="mainNavigation"/>
<div style="border:thin">
<div wicket:id="beanEditPanel">
Panel comes here
</div>
</div>
</body>
</html>