Feat(NSI): premier exercice js
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-23 18:24:09 +01:00
parent cfa6b42e23
commit e9a07c0061
6 changed files with 56 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<head>
<title> "Languages" </title>
<meta charset="utf-8">
<body>
<ul id="langages">
<li> HTML </li>
<li> CSS </li>
</ul>
</body>
</html>