imakerplugin/com.nokia.s60tools.imaker/content/root.xhtml
changeset 0 61163b28edca
equal deleted inserted replaced
-1:000000000000 0:61163b28edca
       
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       
     2        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       
     3 <html xmlns="http://www.w3.org/1999/xhtml">
       
     4 <head>
       
     5   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
       
     6   <title>root.xhtml</title>
       
     7   <link rel="stylesheet" href="shared.css" type="text/css" />
       
     8   <link rel="stylesheet" href="root.css" type="text/css" />
       
     9   </head>
       
    10 
       
    11 <body> 
       
    12 <h1>Welcome to iMaker - The Image Maker</h1>
       
    13 <div class="page-style">
       
    14   <div id="content"> 	
       
    15 	
       
    16 		<a href="http://org.eclipse.ui.intro/showPage?id=concept1" id="firstLink">
       
    17 			<img border="0" src="link_obj.gif" alt="Concept1" />
       
    18 			Learn about Concept One... 
       
    19 		</a>
       
    20 	
       
    21 		<a href="http://org.eclipse.ui.intro/showPage?id=concept2">
       
    22 			<img border="0" src="link_obj.gif" alt="Concept2" />
       
    23 			Learn about Concept Two...</a>
       
    24 	<anchor id="anchor1" /> 
       
    25   </div> 
       
    26 </div>
       
    27 </body>
       
    28 </html>