Files
Archive/admin-panel/public/default-room.svg

11 lines
517 B
XML
Raw Normal View History

2025-12-09 06:52:43 +00:00
<svg width="800" height="600" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad6" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#a8edea;stop-opacity:1" />
<stop offset="100%" style="stop-color:#fed6e3;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="800" height="600" fill="url(#grad6)"/>
<text x="50%" y="50%" text-anchor="middle" fill="white" font-size="48" font-family="Arial, sans-serif" font-weight="bold">Container</text>
</svg>