<?xml version="1.0" encoding="utf-8"?> 
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" 
     "http://www.wapforum.org/DTD/wml13.dtd"> 
<wml> 
 
  <!-- Possible <head> elements here. --> 
   
  <template> 
    <!-- Template implementation here. --> 
    <do type="prev"><prev/></do> 
  </template> 
   
  <card id="card1" title="homepage"> 
     
    <do type="unknown" label="Next">
      <go href="#card2"/>
    </do> 
    <!-- Additional <do> elements here. --> 
     
    <p align="center"> 
      <!-- Card implementation here. --> 
      <big> Welcome to Perisic guesthouse</big> 
    </p> 
    <p>Please make a choice according to you mobile phone type, which will affect how the pictures are displayed.</p>
    <p><a href ="guesthome.wml" title ="ok"> 1.color mobile phone </a> </p>
    <p><a href ="Wguesthome.wml" title ="ok"> 2.black-white mobile phone </a> </p>
     
    <!-- Additional <p> elements here. --> 
  </card> 
 
</wml> 
