Files
doc-svg/exercices/page.html
2025-10-30 13:08:21 +01:00

10 lines
133 B
HTML
Executable File

<!doctype html>
<html>
<head>
<title>SVG</title>
</head>
<body>
<h1>Mon dessin</h1>
<img src="dessin.svg">
</body>
</html>