11 lines
514 B
XML
11 lines
514 B
XML
|
|
<svg width="800" height="600" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
|
<stop offset="0%" style="stop-color:#f093fb;stop-opacity:1" />
|
||
|
|
<stop offset="100%" style="stop-color:#f5576c;stop-opacity:1" />
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<rect width="800" height="600" fill="url(#grad2)"/>
|
||
|
|
<text x="50%" y="50%" text-anchor="middle" fill="white" font-size="48" font-family="Arial, sans-serif" font-weight="bold">Kepler</text>
|
||
|
|
</svg>
|