
<!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>
    <body>
		<div class="corps">
		<div class="logo">	</div>
		<div class="voteland">
		<?php
		
		require'class/savior.php';
		//		print_r($_POST);
		$savior = new savior();
	
		$savior->vote();
		$savior->lienstats();
		
		?>
			<a href="../index.php">Retour à l'accueil.</a>
			
			

		</div>
    </body>
</html>
