| 1234567891011121314151617181920212223242526272829303132333435363738394041 | <!DOCTYPE html><html lang="fr">  <head>    <title>Présentations OSInet pour Drupal Global Training Day</title>    <link rel="stylesheet" media="screen" type="text/css" href="css/theme/osi.css" />		<link rel="stylesheet" href="css/reveal.min.css">    <meta charset="UTF-8">  </head>  <body class="main">  <div id="page" class="main reveal">      <div class="content-wrapper">      <div id="header">      <div id="header-title">        <a href="http://www.osinet.fr">          <img src="osinet.png" / style="width: 150px;">	</a>      </div>    </div>        <div id="content">      <h1 class="header-title">Drupal Global Training Day novembre 2013</h1>      <h2 id="slogan" class="header-title">Présentations</h2>      <p><a href="01-drupal-quoi.html">Drupal, qu'est-ce que c'est ?</a></p>      <p><a href="02-pourquoi-changer.html">Drupal, pourquoi ?</a></p>      <p><a href="03-chantier-drupal.html">Mon chantier Drupal</a></p>      <p><a href="04-en-production.html">Drupal en production</a></p>    </div>        </div>        <div id="footer">      <p>DGTD / © 2013 OSInet / Licence CC-BY-SA 2.0 France</p>    </div>    </div>  </body>  </html>
 |