Final version frontend: favicon, audio player, dist included

This commit is contained in:
Isaac Aracena
2026-05-23 08:45:25 -04:00
commit d7094c94cf
26 changed files with 9120 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
<defs>
<linearGradient id="g" x1="8" y1="8" x2="56" y2="56" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#6D7CFF"/>
<stop offset="1" stop-color="#2FE6FF"/>
</linearGradient>
</defs>
<rect x="6" y="6" width="52" height="52" rx="16" fill="url(#g)"/>
<path d="M34.6 15.5L20.8 34.5H30l-0.9 14 14.1-19.2h-9.1l0.5-13.8Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 454 B