<?xml version="1.0"?> 
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 
 <wml> 
  <template> 
    <!-- Template implementation here. --> 
    <do type="prev" label="Back"><prev/></do> 
		<do type="options" label="« Miksi.net home"><go href="index.wml#main"/></do>
  </template> 
 
  <card id="flash" title="Welcome to" newcontext="true"> 
    <onevent type="ontimer">
      <go href="#main"/>
    </onevent>
    <timer value="70"/>
    <p align="center">
	Entering...<br/>
	<img src="images/waplogo16.gif" alt="Miksi.net" />
	
    </p> 
  </card> 
 
  <card id="main" title="Miksi.net" > 
    <p> 
      Please select:<br/>
			<a href="#about">» About this site</a><br/>
			<a href="apps/games.wml">» Downloadable apps</a><br/>

    </p> 
  </card> 

  <card id="about" title="About Miksi.net"> 
    <p>Welcome. You have entered the domain of Mika Saastamoinen.<br/><br/> 

    "Miksi" is "why" in Finnish. Don't ask me "why" I chose this domain name, go read all 
       about it in the web. :) <br/><br/>

After many years I've decided to set up a new web site for myself again, on my own domain no less.
The main feature of this site (in the web) is a gallery 
of my digital photos.<br/><br/>

Currently this WAP site contains only some <a href="apps/games.wml">downloadable mobile J2ME/MIDP apps</a> I've developed.
Please visit the web site for more information.<br/><br/>
 </p> 
  </card> 
</wml> 

