imakerplugin/com.nokia.s60tools.imaker/content/root.xhtml
changeset 0 61163b28edca
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/imakerplugin/com.nokia.s60tools.imaker/content/root.xhtml	Tue Jan 12 13:17:53 2010 -0600
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>root.xhtml</title>
+  <link rel="stylesheet" href="shared.css" type="text/css" />
+  <link rel="stylesheet" href="root.css" type="text/css" />
+  </head>
+
+<body> 
+<h1>Welcome to iMaker - The Image Maker</h1>
+<div class="page-style">
+  <div id="content"> 	
+	
+		<a href="http://org.eclipse.ui.intro/showPage?id=concept1" id="firstLink">
+			<img border="0" src="link_obj.gif" alt="Concept1" />
+			Learn about Concept One... 
+		</a>
+	
+		<a href="http://org.eclipse.ui.intro/showPage?id=concept2">
+			<img border="0" src="link_obj.gif" alt="Concept2" />
+			Learn about Concept Two...</a>
+	<anchor id="anchor1" /> 
+  </div> 
+</div>
+</body>
+</html>