<html>
<head>
<title>Récapitulations des scores</title>
</head>
<body>
<font color="#008080"><h1 align=center>Les scores du questionnaire spélé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>