Feat: ajoute le devoir pour les 1NSI

This commit is contained in:
2022-09-18 15:18:31 +02:00
parent e1d9bf2dc5
commit e79319a5b0
12 changed files with 368 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="Author" content="">
<title>BG</title>
</head>
<body>
<div class="partie1">
<h1>Mon paragraphe</h1>
<p>Blahblahblah
<ul>
<li>
Un Voyage
</li>
<li>De la salade</li>
<li>
<a href="fsf.org">lycee.com</a>
</li>
</div>
</ul>
<p>
Blahblahblah
</p>
</body>
</html>