The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>Persona Authentication</title>

  <script type="text/javascript" src="https://browserid.org/include.js"></script>
  <script type="text/javascript" src="https://browserid.org/authentication_api.js"></script>

  <script type="text/javascript" src="/persona/jquery.js"></script>
  <script type="text/javascript" src="/persona/authenticate.js"></script>

  <link rel="stylesheet" src="/persona/persona.css" />
</head>

<body class="persona authenticate">
  <h1>Persona Login</h1>

  <form action="#" method="POST" id="auth-form">
    <table>
      <tbody>
        <tr>
          <td>E-Mail: </td>
          <td><input type="text" id="email" name="email" disabled="disabled"></input></td>
        </tr>
        <tr>
          <td>Password: </td>
          <td><input type="password" id="password" name="password"></input></td>
        </tr>
      </tbody>
    </table>
    <div class="button-box">
      <button class="cancel">Cancel</button>
      <input type="submit" value="Log in"></input>
    </div>
  </form>
</body>
</html>