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.

36 lines
796 B

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>le super emploi du temps</title>
</head>
<body>
<h1>
Emploi du temps pour l'année 2024 à 2025!
</h1>
<table>
<tr>
<th>lundi</th>
<th>mardi</th>
<th>mercredi</th>
<th>jeudi</th>
<th>vendredi</th>
</tr>
<tr>
<td>Algo</td>
<td>Systèmes</td>
<td>Aglais</td>
<td rowspan="2">Dormir</td>
<td>WEB</td>
</tr>
<tr>
<td>Hacker l'iut</td>
<td>Francisco Chang</td>
<td>Mexico</td>
<td>Faire les courses</td>
</tr>
</table>
</body>
</html>