12 lines
547 B
XML
12 lines
547 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="450" viewBox="0 0 800 450">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#0a0a0a"/>
|
|
<stop offset="1" stop-color="#1a1508"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="800" height="450" fill="url(#g)"/>
|
|
<polygon points="400,120 520,360 280,360" fill="none" stroke="#d4af37" stroke-width="6"/>
|
|
<text x="400" y="400" text-anchor="middle" fill="#c9c9c9" font-family="system-ui,sans-serif" font-size="22">ARK</text>
|
|
</svg>
|