Initial backend import

This commit is contained in:
TerryM
2026-05-16 00:18:22 +08:00
commit 141d92dc15
22 changed files with 2028 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<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>

After

Width:  |  Height:  |  Size: 547 B