21 lines
494 B
PHP
21 lines
494 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Index TD07</title>
|
|
</head>
|
|
<body>
|
|
<h1>TD07 : Base de données universitaire</h1>
|
|
<br>
|
|
<a href="afficheEtudiants.php">Tableau des étudiants inscrits</a>
|
|
<br>
|
|
<br>
|
|
<a href="afficheFormations.php">Formations disponibles</a>
|
|
<br>
|
|
<br>
|
|
<a href="afficheDepartements.php">Les différents départements</a>
|
|
|
|
|
|
</body>
|
|
</html> |