Initial import

This commit is contained in:
how2ice
2026-04-21 03:33:23 +09:00
commit 9e4b70f1f1
495 changed files with 94680 additions and 0 deletions

13
public/apple-touch-icon.svg Executable file
View File

@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180">
<defs>
<linearGradient id="bg" x1="0%" x2="100%" y1="0%" y2="100%">
<stop offset="0%" stop-color="#165dff" />
<stop offset="100%" stop-color="#28c76f" />
</linearGradient>
</defs>
<rect width="180" height="180" rx="44" fill="url(#bg)" />
<path
d="M54 54h72v18H72v30h48v18H72v6h54v18H54z"
fill="#fff"
/>
</svg>

After

Width:  |  Height:  |  Size: 411 B