diff options
| author | kj_sh604 | 2026-03-31 18:35:10 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-03-31 18:35:10 -0400 |
| commit | 97be54bb5d0ca21c6d168a3ce57a4cbb56fa484e (patch) | |
| tree | 7810808c51a7de57c7e324e15998357765db9fcc /src/templates/index.html | |
| parent | a1f13001dab1c45c31bd38820ea53cf5f67bf5b1 (diff) | |
refactor: add favicon
Diffstat (limited to 'src/templates/index.html')
| -rw-r--r-- | src/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/index.html b/src/templates/index.html index 490bb82..194a2af 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -5,6 +5,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>likha-pdf</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" /> <script src="https://unpkg.com/htmx.org@1.9.12"></script> <style> |
