mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
5 lines
146 B
HTML
5 lines
146 B
HTML
<div>
|
|
<svg width="100" height="100">
|
|
<circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
|
|
</svg>
|
|
</div> |