diff options
Diffstat (limited to 'files/favicon.svg')
| -rw-r--r-- | files/favicon.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/favicon.svg b/files/favicon.svg new file mode 100644 index 00000000..17c8a998 --- /dev/null +++ b/files/favicon.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> + <rect width="32" height="32" rx="4" fill="#0d0d0d"/> + <polygon points="16,6 4,28 28,28" fill="none" stroke="#e0e0e0" stroke-width="2.5" stroke-linejoin="round"/> +</svg> |