feat: initial commit - ServerManager Pro v2.0.0
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#0ea5e9;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#0369a1;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="512" height="512" rx="80" fill="url(#grad)"/>
|
||||
<text x="256" y="280" font-family="Arial, sans-serif" font-size="180" font-weight="bold"
|
||||
text-anchor="middle" fill="white">SM</text>
|
||||
<text x="256" y="380" font-family="Arial, sans-serif" font-size="40"
|
||||
text-anchor="middle" fill="white">Pro</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 673 B |
Reference in New Issue
Block a user