Files
myinterfaz/public/images/pyme.png
2025-12-05 16:56:43 +00:00

11 lines
512 B
Plaintext

<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad5" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#001A4D;stop-opacity:1" />
<stop offset="100%" style="stop-color:#C8102E;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="400" height="400" fill="url(#grad5)"/>
<text x="200" y="220" font-family="Arial, sans-serif" font-size="80" font-weight="bold" fill="white" text-anchor="middle">PYME</text>
</svg>