switch from next to vue

This commit is contained in:
2026-02-06 01:11:09 +01:00
parent 1193ca3552
commit 43463bbe8f
71 changed files with 5380 additions and 5164 deletions
+14
View File
@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#4f46e5" />
<stop offset="1" stop-color="#06b6d4" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="url(#g)" />
<g fill="#ffffff">
<path d="M144 170h224v36H144z" />
<path d="M144 238h144v36H144z" />
<path d="M144 306h224v36H144z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 454 B