
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.2//EN" "http://www.wapforum.org/DTD/wml12.dtd">
<wml>
  <card id="welcome" title="Welcome to" newcontext="true" ontimer="#login">
    <timer value="50"/>
    <p align="center">
      <big>TheHomeFront</big><br/>
      <em>Mobile Access</em>
    </p>
  </card>
  <card id="login" title="User Login" newcontext="true">
    <p>
      <big>Log in</big><br/>
      Username: <input type="text" name="username" value="" size="10" format="*M" emptyok="false"/><br/>
      Password: <input type="password" name="password" value="" size="10"  format="*M" emptyok="false"/><br/>
      <do type="accept" label="Log-in">
      <go method="post" href="Login.aspx">
        <postfield name="username" value="$(username)"/>
        <postfield name="password" value="$(password)"/>
      </go>
    </do>
    </p>
  </card>
</wml>