Feat: ajoute les premiers exercices sur le HTML

This commit is contained in:
2022-07-29 18:54:52 +02:00
parent 31c8b82895
commit 0006d81130
18 changed files with 317 additions and 6 deletions

View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="Author" content="">
<title>Page 1</title>
</head>
<body>
<h1>Page 1</h1>
<p>On y parle de plein de choses super</p>
Vous pouvez consulter la <a href="link2.html">page 2</a>.
</body>
</html>