diff options
| author | kj_sh604 | 2026-03-31 18:29:10 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-03-31 18:29:10 -0400 |
| commit | 9312014ad56607b1b890db261b8079e968d9f656 (patch) | |
| tree | 95e8a6190937902a64d2d090475d129ece96ad9f /src/index.html | |
| parent | 21700a35595c2ab5c28ab4ee007d8796d78df88a (diff) | |
refactor: add favicon
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index d0203bc..dbac2f6 100644 --- a/src/index.html +++ b/src/index.html @@ -9,6 +9,7 @@ <meta http-equiv="expires" content="0"> <meta http-equiv="pragma" content="no-cache"> <title>kj-clipboard</title> + <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kj-sh604/noir.css@latest/out/noir.min.css"> <style> textarea { |
