Initial commit

This commit is contained in:
freedakgmail
2026-07-17 18:49:07 +08:00
commit 9c7d7abdd4
100 changed files with 41337 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 192" fill="none">
<rect width="192" height="192" rx="32" fill="#0a0a0a"/>
<path d="M32 144L64 104L96 128L144 72L160 96" stroke="url(#grad)" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M144 72H160V88" stroke="url(#grad)" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="64" cy="104" r="8" fill="#00ff88"/>
<circle cx="96" cy="128" r="8" fill="#00ff88"/>
<circle cx="144" cy="72" r="8" fill="#00ff88"/>
<defs>
<linearGradient id="grad" x1="32" y1="72" x2="160" y2="144" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#00ff88"/>
<stop offset="100%" stop-color="#00ccff"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 770 B