Récupération du cours SVG

This commit is contained in:
2025-10-30 13:08:21 +01:00
commit aae4193595
171 changed files with 15661 additions and 0 deletions

10
exercices/page.html Executable file
View File

@@ -0,0 +1,10 @@
<!doctype html>
<html>
<head>
<title>SVG</title>
</head>
<body>
<h1>Mon dessin</h1>
<img src="dessin.svg">
</body>
</html>