<?xml version="1.0" encoding="utf-8" ?>
<introContent>
    <!-- Root page -->
    <page id="root" style="html/style.css"  style-id="page">	    
        <title style-id="intro-header">Welcome into the Ocelet platform !</title>
        <link url="http://org.eclipse.ui.intro/switchToLaunchBar" label="Go to theWorkbench" id="lk_workbench" />
        <link url="http://org.eclipse.ui.intro/showPage?id=tutorials" label="How to start with Ocelet"  id="lk_tutorials" />
    </page>
	
    <!-- Standby page -->
    <page id="standby" style="html/style.css" style-id="page">
   		 <title style-id="intro-header">Standby Page</title> 
    </page>    
    
    <!-- Tutorials page -->
	<page id="tutorials" style= "html/style.css" style-id="page">
        <title style-id="intro-header">Tutorials</title>	
        <text>Take a look at </text><link url="http://wiki.ocelet.fr" label="http://wiki.ocelet.fr"  id="lk_wiki">this link</link>
    </page>   
</introContent>