5 lines
261 B
XML
5 lines
261 B
XML
|
|
<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<rect width="400" height="400" fill="#e5e7eb"/>
|
||
|
|
<text x="50%" y="50%" font-family="Arial" font-size="24" fill="#6b7280" text-anchor="middle" dominant-baseline="middle">No Image</text>
|
||
|
|
</svg>
|