XHTML MP Version of the Cafe Web Site - page 1 - cafe.xhtml
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
        "http://www.wapforum.org/DTD/xhtml-mobile10.dtd" >

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
   <title>Cafe</title>
</head>

<body>

<p align="center" style="color: red;">
   <img src="cafe.gif" alt="cafe"/><br/>
   <b>Rob's Transport Cafe</b>
</p>

<p align="center">
   Greasy food cooked to perfection, then cooked some more
</p>

<p align="center">
   <a href="cafe_menu.xhtml" accesskey="1" title="Menu">Menu</a>
    
   <a href="cafe_location.xhtml" accesskey="2" title="Location">Location</a>
</p>

</body>
</html>