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.

57 lines
1.4 KiB

<!DOCTYPE html> <!-- Doctype HTML5 -->
<html lang="fr">
<head>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="style.css">
<title>Corentin</title>
<a href="home.html">Accueil</a>
<a href="cursus.html">cursus</a>
<a href="planning.html">planning</a>
<a href="images.html">Images</a>
<a href="videos.html">Videos</a>
</head>
<body>
<header>
<h1>PLANNING</h1>
<table>
<caption>Planning d'activités</caption>
<tr>
<th>Activités</th>
<th>Créneaux</th>
<th>Image</th>
</tr>
<tr>
<td rowspan="2"><strong>Musculation</strong></td>
<td>Jeudi 15h-17h</td>
<td rowspan="2"><a href="img/musculation.jpg">
<img src="img/musculation.jpg"height="150px" width="150px">
</a></td>
</tr>
<tr>
<td>Samedi 8h-10h</td>
</tr>
<tr>
<td rowspan="2"><strong>Révision</strong></td>
<td>Semaine 19h-21h</td>
<td rowspan="2"><a href="img/revision.gif"><img src="img/revision.gif" height="150px" width="150px"></a></td>
</tr>
<tr>
<td>week-end 12h-14h/16h-18h</td>
</tr>
<tr>
<td rowspan="2"><strong>Jeux vidéos</strong></td>
<td>jeudi 17h30-19h</td>
<td rowspan="2"><a href="img/jeuxVideo.jpeg"><img src="img/jeuxVideo.jpeg" height="150px" width="150px"></a></td>
</tr>
<tr>
<td>weekend 8h-10h/18h-00h</td>
</tr>
</table>
</header>
</body>
<footer>
<p>Pied de page</p>
</footer>
</html>