summaryrefslogtreecommitdiff
path: root/static/img/favicon.svg
diff options
context:
space:
mode:
authorChristian Hodgden <chrhodgden@gmail.com>2026-02-03 16:25:44 -0600
committerChristian Hodgden <chrhodgden@gmail.com>2026-02-03 16:25:44 -0600
commit7b2b1f6b837dbca3dd08cb89836cb1ae098c2bd8 (patch)
tree2e9f027245a84e9c1372f88196ebbdfbf58bf920 /static/img/favicon.svg
Initial Commit.main
Yay
Diffstat (limited to 'static/img/favicon.svg')
-rw-r--r--static/img/favicon.svg22
1 files changed, 22 insertions, 0 deletions
diff --git a/static/img/favicon.svg b/static/img/favicon.svg
new file mode 100644
index 0000000..7b969eb
--- /dev/null
+++ b/static/img/favicon.svg
@@ -0,0 +1,22 @@
+<svg
+ width='100' height='100' viewbox='0 0 100 100'
+ xmlns='http://www.w3.org/2000/svg'
+ >
+ <style>
+ .H {
+ stroke-width: 10;
+ stroke: hsl(300, 100%, 50%);
+ }
+ </style>
+
+ <rect
+ x="0" y="0"
+ width="100" height="100"
+ fill="hsl(60, 100%, 0%)"
+ stroke="hsl(180, 100%, 50%)"
+ stroke-width="10"
+ />
+ <path class='H' d='M25 15, 25 85'/>
+ <path class='H' d='M75 15, 75 85'/>
+ <path class='H' d='M25 50, 75 50'/>
+</svg>