You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.0 KiB

<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Pikes Peak</title>
</head>
<body>
<header>
<a href="PageAcceuil.html"><img src="images.png"></a>
</header>
<nav>
<ul>
<ol><a href="PageAcceuil.html">acceuil</a></ol>
<ol><a href="pageactualites">actus</a></ol>
<ol><a href="pageTableaux">taleaux</a></ol>
</ul>
</nav>
<table>
<tr>
<td colspan="2">Catégorie</td>
<td >Pilote</td>
<td>Voiture</td>
<td>Année</td>
<td>Temps</td>
<td>Vitesse moyenne</td>
<td>Remarques</td>
<tr>
<td>df</td>
<td>dfdf</td>
</tr>
<tr></tr>
<tr></tr>
<tr></tr>
</tr>
</table>
<table border="1">
<tr>
<td rowspan="2">C1</td>
<td colspan="2">C2</td>
</tr>
<tr>
<td>C2</td>
<td>C3</td>
</tr>
</table>
<footer>
<p>AntoinePEREDERII corp. <br/>© 2004-2022</p>
</footer>
</body>
</html>