Add ticket favicon with PNG fallback for Safari
This commit is contained in:
6
static/favicon.svg
Normal file
6
static/favicon.svg
Normal 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 |
Reference in New Issue
Block a user