diff options
Diffstat (limited to 'favicon.svg')
| -rwxr-xr-x | favicon.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/favicon.svg b/favicon.svg new file mode 100755 index 0000000..3a00719 --- /dev/null +++ b/favicon.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> + <rect width="32" height="32" rx="4" fill="#0f2346"/> + <polygon points="16,4 28,16 16,28 4,16" fill="none" stroke="#c9a84c" stroke-width="1.5"/> + <text x="16" y="21" font-family="Georgia, serif" font-size="14" font-weight="700" + fill="#f8f7f4" text-anchor="middle">T</text> +</svg> |
