<?xml version="1.0" ?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN"
"http://www.wapforum.org/DTD/wml13.dtd"> 
<wml> 
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head>
<template> 
<do type ="home1" label="Home">
<go href="index.wml"/> 
</do>
<do type="lab1" label="Lab1"> 
<go href="index.wml#lab1"/>
</do>
<do type ="home" label="Test Home"> 
<go href="#home"/> 
</do> 
<do type="help" label="About"> 
<go href="#about"/> 
</do> 
<do type="contact" label="Contact"> 
<go href="#contact"/> 
</do> 
</template> 
<card id="home" title="Options test"> 
<p>The home page.</p> 
<p>Test the options</p> 
</card> 
<card id="about" title="Options test"> 
<p>About: this is only a options test.</p> 
</card> 
<card id="contact" title="Options test"> 
<p>Contact: I'll call you.</p> 
</card> 
</wml> 
