<?xml version="1.0"?> 
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 
 
<wml> 
    
  <template> 
    <do type="prev" label="Back"><prev/></do> 
  </template> 

  <card id="index" title="Main Menu">
		<p><b>Dithered</b></p>
		<p><a href="games.wml">Games</a><br/>
			<a href="#news">News</a><br/>
			<a href="#about">About</a><br/>
			</p>
  </card> 
 
	<card id="news" title="News">
		<p><b>01/02 </b>New game: <a href="mastermind/index.wml">Mastermind</a></p>
		<p><b>12/30 </b>New game: <a href="maze/index.wml">Maze</a></p>
		<p><b>12/28 </b>New game: <a href="blackjack/index.wml">Blackjack</a></p>
	</card>

	<card id="about" title="About">
		<p>The WAP edition of dithered.com is where you can find WMLScript games that you can play offline and other experiments.</p>
	</card>

</wml> 

