<html>
 <head>
  <title>Please log in</title>
 </head>
 <body>
  <h1>Please log in</h1>
  <al-form method="post">
   <table>
    <tr>
     <td>Username</td>
     <td><al-input name="username" size="10" maxlength="10"></td>
    </tr>
    <tr>
     <td>Password</td>
     <td><al-input type="password" name="passwd" size="10" maxlength="10"></td>
     <td><al-input type="submit" name="login" value="Log In"></td>
    </tr>
   </table>
  </al-form>
 </body>
</html>
