9 lines
315 B
HTML
9 lines
315 B
HTML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200">
|
||
|
|
<rect x="0" y="0" width="400" height="200" fill="cyan"/>
|
||
|
|
<circle cx="200" cy="100" r="50" fill="yellow"/>
|
||
|
|
<text x="200" y="115" style="font-size: 40px;
|
||
|
|
text-align: center;
|
||
|
|
text-anchor: middle;
|
||
|
|
fill: black;">Goodbye, World!</text>
|
||
|
|
</svg>
|