new file: backend/.env new file: frontend/public/icon.svg new file: frontend/public/vite.svg
6 lines
400 B
XML
6 lines
400 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<circle cx="50" cy="50" r="45" fill="#007bff" stroke="#0056b3" stroke-width="5"/>
|
|
<line x1="50" y1="50" x2="50" y2="25" stroke="#ffffff" stroke-width="4" stroke-linecap="round"/>
|
|
<line x1="50" y1="50" x2="70" y2="50" stroke="#ffffff" stroke-width="4" stroke-linecap="round"/>
|
|
<circle cx="50" cy="50" r="3" fill="#ffffff"/>
|
|
</svg> |