Feat(NSI): fin du chapitre sur IHM web
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
22
1NSI/08_Interaction_web/codes/projets/index.html
Normal file
22
1NSI/08_Interaction_web/codes/projets/index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="fr">
|
||||
|
||||
<head><!-- Début en-tête -->
|
||||
<title>Accueil </title>
|
||||
<meta charset="utf-8">
|
||||
</head><!-- Fin en-tête -->
|
||||
|
||||
<body><!-- Début corps -->
|
||||
<h1>Menu </h1>
|
||||
|
||||
<ul>
|
||||
<li> <a href="age.html"> Calcul d'âge </a> </li>
|
||||
<li> <a href="evenements.html"> Jouer avec les événements I </a> </li>
|
||||
<li> <a href="evenements2.html"> Jouer avec les événements II </a> </li>
|
||||
<li> <a href="temperature.html"> Conversion d'unité de température </a> </li>
|
||||
</ul>
|
||||
|
||||
</body><!-- Fin corps -->
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user