Files
doc-svg/exercices/page.html

10 lines
133 B
HTML
Raw Normal View History

2025-10-30 13:08:21 +01:00
<!doctype html>
<html>
<head>
<title>SVG</title>
</head>
<body>
<h1>Mon dessin</h1>
<img src="dessin.svg">
</body>
</html>