summaryrefslogtreecommitdiff
path: root/static/img
diff options
context:
space:
mode:
Diffstat (limited to 'static/img')
-rw-r--r--static/img/favicon.pngbin0 -> 365 bytes
-rw-r--r--static/img/favicon.svg22
2 files changed, 22 insertions, 0 deletions
diff --git a/static/img/favicon.png b/static/img/favicon.png
new file mode 100644
index 0000000..c5c7df8
--- /dev/null
+++ b/static/img/favicon.png
Binary files differ
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>