diff options
| author | Christian Hodgden <chrhodgden@gmail.com> | 2026-02-03 16:25:44 -0600 |
|---|---|---|
| committer | Christian Hodgden <chrhodgden@gmail.com> | 2026-02-03 16:25:44 -0600 |
| commit | 7b2b1f6b837dbca3dd08cb89836cb1ae098c2bd8 (patch) | |
| tree | 2e9f027245a84e9c1372f88196ebbdfbf58bf920 /static/img | |
Initial Commit.main
Yay
Diffstat (limited to 'static/img')
| -rw-r--r-- | static/img/favicon.png | bin | 0 -> 365 bytes | |||
| -rw-r--r-- | static/img/favicon.svg | 22 |
2 files changed, 22 insertions, 0 deletions
diff --git a/static/img/favicon.png b/static/img/favicon.png Binary files differnew file mode 100644 index 0000000..c5c7df8 --- /dev/null +++ b/static/img/favicon.png 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> |