- Add favicon.ico (downloaded) - Create favicon.svg with logo - Required for favicon to work on Easypanel
5 lines
273 B
XML
5 lines
273 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<circle cx="50" cy="50" r="45" fill="#22c55e" stroke="#16a34a" stroke-width="5"/>
|
|
<text x="50" y="65" font-size="40" text-anchor="middle" fill="white" font-family="Arial" font-weight="bold">D</text>
|
|
</svg>
|