<html>
  <head>
    <title>Search For Business Cards</title>
  </head>
  <body>
    <form method="GET" action="select.do">
      Enter a search string: <input type="text" name="pattern">
      <p>
      <input type="submit" value="Go">
    </form>
  </body>
</html>
