<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>La banca BMP based</title>
</head>
<body>
<h1>Home page Banca BMP Based</h1>
<h3>Cerca account</h3>
<form action="controller">
<input type="hidden" name="op" value="find">
<input type="text" name="id">
<input type="submit" value="Cerca">
</form>
<h3>Crea nuovo account</h3>
<form action="controller">
<input type="hidden" name="op" value="create">
<input type="text" name="id">
<input type="text" name="nome">
<input type="submit" value="Crea nuovo">
</form>
</body>
</html>