<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd">

<wml>
  <card id="card" title="Mobile Weather">
  
    <p align="center">
    <big>Welcome to Mobile Weather</big><br/>
      <b>Zip Code</b><br/>
      <input type="text" name="zipcode"/><br/>
      
      <anchor>
        <go method="get" href="zip.php">
          <postfield name="zip" value="$(zipcode)"/>
        </go>
        Enter
      </anchor>
    </p>
  </card>
</wml>