diagrams/diagram.html
2022-10-01 23:14:53 +02:00

21 lines
383 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>
SVG set Background Color
</title>
</head>
<body>
<center>
<img src="diagram.svg" />
<!-- <svg height="100" width="100"> -->
<!-- <circle cx="50" cy="50" r="40" stroke="black" -->
<!-- stroke-width="3" fill="red" /> -->
<!-- </svg> -->
</center>
</body>
</html>