<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>Tykayn</title>
		<link rel="stylesheet" media="screen" type="text/css" title="Mon design" href="design.css" />
		<link rel="shortcut icon" type="x-icon/png" href="img/favicon.png" />
    </head>
	
		<div class="corps">
		<div class="logo">	</div>
		<div class="main">
			
    <body>
		<?php
		// put your code here
		require'class/info.php';
		
		$sondage1 = new info(1);
		$sondage1->dern_s();
		?>
		
		</div>
		</div>
    </body>
</html>
