Add PWA and mobile creation flow

This commit is contained in:
rucki
2026-08-22 17:09:54 +02:00
parent 40648d10a1
commit 2b6056ae85
11 changed files with 109 additions and 19 deletions
+7
View File
@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<rect width="512" height="512" rx="110" fill="#212529"/>
<path d="M146 160h220M146 256h220M146 352h140" stroke="#fff" stroke-width="34" stroke-linecap="round"/>
<circle cx="104" cy="160" r="18" fill="#0dcaf0"/>
<circle cx="104" cy="256" r="18" fill="#ffc107"/>
<circle cx="104" cy="352" r="18" fill="#198754"/>
</svg>

After

Width:  |  Height:  |  Size: 391 B