8 lines
430 B
XML
8 lines
430 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="400" height="300" xmlns="http://www.w3.org/2000/svg">
|
|
<rect width="100%" height="100%" fill="#f1f5f9"/>
|
|
<rect x="100" y="75" width="200" height="150" fill="#e2e8f0" rx="8"/>
|
|
<circle cx="200" cy="120" r="30" fill="#cbd5e1"/>
|
|
<rect x="150" y="170" width="100" height="20" fill="#cbd5e1" rx="4"/>
|
|
<rect x="170" y="200" width="60" height="15" fill="#cbd5e1" rx="4"/>
|
|
</svg> |