WML Version of the Cafe Web Site
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Cafe">
<do type="options" label="Menu">
<go href="#card2" />
</do>
<do type="accept" label="Location">
<go href="#card3" />
</do>
<p align="center">
<img src="cafe.wbmp" alt="cafe"/><br/>
<strong>Rob's Transport Cafe</strong>
</p>
<p align="center">
Greasy food cooked to perfection, then cooked some more
</p>
<p align="center">
<a href="#card2">Menu</a>
<a href="#card3">Location</a>
</p>
</card>
<card id="card2" title="Menu">
<do type="accept" label="Back">
<go href="#card1" />
</do>
<p align="center"><strong>Menu</strong></p>
<p align="center">
Bacon Sandwich<br/>
Egg and Chips<br/>
Tea<br/>
No Spam
</p>
<p align="center">
<a href="http://www.google.com/wml?q=indigestion">Medical Help</a>
</p>
<p align="center"><a href="#card1">Back</a></p>
</card>
<card id="card3" title="Location">
<do type="accept" label="Back">
<go href="#card1" />
</do>
<p align="center"><strong>Location</strong></p>
<p align="center">911 East Pike St.<br/>Seattle<br/>WA 98122</p>
<p align="center">
<a href="mailto:bogus@craic.com">Email Us</a>
</p>
<p align="center">Phone:
<a href="wtai://wp/mc;2065551212">206-555-1212</a><br/>
<a href="wtai://wp/ap;2065551212;Rob's_Cafe">Add to Your Contacts</a>
</p>
<p align="center"><a href="#card1">Back</a></p>
</card>
</wml>