diff options
| author | surya <surya@urbanecologycollective.org> | 2026-04-18 15:40:40 -0400 |
|---|---|---|
| committer | surya <surya@urbanecologycollective.org> | 2026-04-18 15:40:40 -0400 |
| commit | b5c4e9636b4c498f5157124d0d3ff45628a0ff7b (patch) | |
| tree | 7fffece0cb77cda53b7e066bb6bc70e52b582afa /public/images | |
| parent | 40d2a460af1eecb7ccf7f302479a6a7afe410da7 (diff) | |
theme
Diffstat (limited to 'public/images')
| -rw-r--r-- | public/images/profile.svg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/images/profile.svg b/public/images/profile.svg new file mode 100644 index 0000000..f220bd5 --- /dev/null +++ b/public/images/profile.svg @@ -0,0 +1,5 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"> + <rect width="200" height="200" fill="#e0d9ce"/> + <circle cx="100" cy="75" r="40" fill="#a09585"/> + <ellipse cx="100" cy="175" rx="60" ry="50" fill="#a09585"/> +</svg> |
