<?xml version="1.0"?> 
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 
<!-- Hello World -->
<wml> 

   <card id="card_0" ontimer="#card_1" title="Welcome">
   <timer value="70"/>
 	   <p> 
	     <img src="wapimg/null.wbmp" alt="null char" align="top"/>
	     Welcome to Eric Tang's WAP pages
	     <do type="accept" label="about me">
	        <go href="#card_1"/>
	     </do> <!-- about Eric -->
		 </p> 
	 </card>  <!-- card_0:Welcome card -->

	 <card id="card_1" title="Eric">
	    <p>
	       This is Eric Tang's WAP page <br/>
	       Email: erictang@computer.org <br/>
	       <small>Home page:www.iohk.com/UserPages/erictang </small><br/>
	       <anchor title="Bookmark">WAP bookmark
	          <go href="#bookmark_1">
	          </go>
	       </anchor>
         
         <anchor title="CD">CD
	          <go href="cd.wml">
	          </go>
	       </anchor>	       
	    </p>
	 </card> <!-- card_1:Eric -->
	 
	 <card id="bookmark_1" title="WAP bookmark">
	    <p>
	       To be updated soon <br/>
         <a href="http://www.tigernt.com/w.php/">Dictionary</a>
         <a href="http://wap.boom.com/">Boom.com</a>
         <a href="http://wap.my-siemens.com/">My-Siemens</a>
         <a href="currency.wml"> currency conversion </a>
         <a href="hello.wml"> Eric Tang's WAP page</a>
	    </p>
	 </card> <!-- event_1:testing -->

</wml> 
