conex-builder/public/static/svg/banner.svg
2024-09-10 23:45:24 -06:00

9 lines
391 B
XML

<svg width="1920" height="1080" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(0,0,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,255,255);stop-opacity:1" />
</linearGradient>
</defs>
<rect width="1920" height="1080" fill="url(#grad1)" />
</svg>