2022-2023/1NSI/08_Interaction_web/script/1E_index.html
Bertrand Benjamin e9a07c0061
All checks were successful
continuous-integration/drone/push Build is passing
Feat(NSI): premier exercice js
2023-02-23 18:24:09 +01:00

12 lines
214 B
HTML

<!DOCTYPE html>
<head>
<title> "Languages" </title>
<meta charset="utf-8">
<body>
<ul id="langages">
<li> HTML </li>
<li> CSS </li>
</ul>
</body>
</html>