mirror of
https://gitlab.com/tavo-wasd/conex-pages.git
synced 2025-06-07 05:23:30 -06:00
9 lines
391 B
XML
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>
|