feat: add iOS-focused PWA shell with service worker and manifest
This commit is contained in:
parent
56b8825ca5
commit
fea5fe9cbb
9 changed files with 176 additions and 3 deletions
11
src/icons/icon.svg
Normal file
11
src/icons/icon.svg
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'>
|
||||
<defs>
|
||||
<linearGradient id='g' x1='0' y1='0' x2='1' y2='1'>
|
||||
<stop offset='0' stop-color='#006680'/>
|
||||
<stop offset='1' stop-color='#1689a8'/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width='512' height='512' rx='96' fill='url(#g)'/>
|
||||
<circle cx='256' cy='256' r='132' fill='none' stroke='#ffffff' stroke-width='30'/>
|
||||
<path d='M170 314 L232 206 L284 276 L342 182' fill='none' stroke='#ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='28'/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 571 B |
Loading…
Add table
Add a link
Reference in a new issue