<html>
<head>
<title>R&eacute;capitulations des scores</title>

</head>
<body>
<font color="#008080"><h1 align=center>Les scores du questionnaire sp&eacute;l&eacute;o.</h1></font>
<hr>

<table border="1" width="100%">
    <tr>
        <th>Pseudonyme</th>
        <th>Score</th>
    </tr>
<?php include("results/results.txt"); ?>
</table>

<hr>
<p>
<p align=center><a href="../../welcome.html">Retour page travaux</a></p>

</body>
</html>