diff options
| author | Christian Cleberg <[email protected]> | 2026-08-01 23:56:19 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-01 23:56:19 -0500 |
| commit | c03e38b07ce439f9e6f4d23cb470193393e840e2 (patch) | |
| tree | 356657ff9396912e1c8bfb36f8c0d4afe283b152 /static/favicon.svg | |
| parent | 65f7a9607a60adbcb33ce4227f96980345006d5e (diff) | |
| download | krz.sh-c03e38b07ce439f9e6f4d23cb470193393e840e2.tar.gz krz.sh-c03e38b07ce439f9e6f4d23cb470193393e840e2.tar.bz2 krz.sh-c03e38b07ce439f9e6f4d23cb470193393e840e2.zip | |
initial commit
Diffstat (limited to 'static/favicon.svg')
| -rw-r--r-- | static/favicon.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..d8eb75d --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#0a0a0b"/> + <text x="16" y="22" font-family="ui-monospace, monospace" font-size="16" font-weight="700" fill="#6f9dff" text-anchor="middle">▚</text> +</svg> |
