Récupération du cours SVG
This commit is contained in:
10
exercices/page.html
Executable file
10
exercices/page.html
Executable file
@@ -0,0 +1,10 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>SVG</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Mon dessin</h1>
|
||||
<img src="dessin.svg">
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user