diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-23 00:08:58 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-23 00:08:58 +0100 |
commit | 79b7ac752e18672935b887fcaccdc360a5ea7eee (patch) | |
tree | 801d5baa576c7e8d18806dfbc002bf2e68f897c7 | |
parent | 0377c5a67416f73a62be1f7e11a75baa40aa2415 (diff) |
Add favicon
-rw-r--r-- | src/favicon.svg | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/favicon.svg b/src/favicon.svg new file mode 100644 index 0000000..fb0d5c8 --- /dev/null +++ b/src/favicon.svg @@ -0,0 +1,34 @@ +<svg + version="1.1" + width="100" + height="100" + xmlns="http://www.w3.org/2000/svg" +> + <circle + cx="50" + cy="50" + r="47.5" + fill="none" + stroke="black" + stroke-width="5" + /> + <polygon + points=" + 50,97.5 + 91.136270189221932338,26.25 + 8.863729810778067662,26.25 + " + fill="none" + stroke="black" + stroke-width="5" + stroke-linejoin="bevel" + /> + <line + x1="50" + y1="97.5" + x2="50" + y2="25" + stroke="black" + stroke-width="5" + /> +</svg> |