feat: turn into a pwa

This commit is contained in:
Julien Calixte
2026-03-23 19:25:34 +01:00
parent 1afe86b79a
commit da1f3566c2
6 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<!-- Full bleed background for maskable -->
<rect width="512" height="512" fill="#0f0f13"/>
<!-- Microphone body (slightly smaller for safe zone) -->
<rect x="218" y="116" width="76" height="148" rx="38" fill="#7c6af7"/>
<!-- Microphone arc -->
<path d="M172 264 a84 84 0 0 0 168 0" fill="none" stroke="#7c6af7" stroke-width="22" stroke-linecap="round"/>
<!-- Stand -->
<line x1="256" y1="348" x2="256" y2="390" stroke="#7c6af7" stroke-width="22" stroke-linecap="round"/>
<line x1="206" y1="390" x2="306" y2="390" stroke="#7c6af7" stroke-width="22" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 662 B