clean up code

This commit is contained in:
2026-02-06 23:18:13 +01:00
parent 3cac486f6f
commit 11c3f141d5
31 changed files with 677 additions and 1915 deletions

23
public/icon.svg Normal file
View File

@@ -0,0 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<rect width="512" height="512" rx="96" fill="#0a84ff"/>
<g fill="white">
<!-- Gamepad body -->
<rect x="116" y="196" width="280" height="160" rx="48" ry="48"/>
<!-- Left grip -->
<rect x="136" y="296" width="60" height="80" rx="24" ry="24"/>
<!-- Right grip -->
<rect x="316" y="296" width="60" height="80" rx="24" ry="24"/>
</g>
<!-- D-pad -->
<g fill="#0a84ff">
<rect x="181" y="244" width="14" height="44" rx="3"/>
<rect x="166" y="259" width="44" height="14" rx="3"/>
</g>
<!-- Buttons -->
<circle cx="332" cy="252" r="9" fill="#0a84ff"/>
<circle cx="356" cy="268" r="9" fill="#0a84ff"/>
<circle cx="308" cy="268" r="9" fill="#0a84ff"/>
<circle cx="332" cy="284" r="9" fill="#0a84ff"/>
<!-- Play triangle (center) -->
<polygon points="240,148 280,168 240,188" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 907 B