Add ticket favicon with PNG fallback for Safari

This commit is contained in:
Ian Gulliver
2025-12-30 11:51:39 -08:00
parent a7abe841bb
commit d499ae8767
4 changed files with 12 additions and 0 deletions

6
static/favicon.svg Normal file
View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<rect x="10" y="25" width="80" height="50" rx="5" fill="#FEDE02"/>
<circle cx="10" cy="50" r="8" fill="#fff"/>
<circle cx="90" cy="50" r="8" fill="#fff"/>
<line x1="30" y1="25" x2="30" y2="75" stroke="#fff" stroke-width="2" stroke-dasharray="4,4"/>
</svg>

After

Width:  |  Height:  |  Size: 327 B