diff options
| author | kj_sh604 | 2026-06-01 15:05:59 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-06-01 15:05:59 -0400 |
| commit | a238a50151ef0ae8a6820c6b0833b9e5bf875a5a (patch) | |
| tree | 0c60dcebe5bcc5144432c0d1c1e3b8da3f0de4da | |
| parent | 29ac4964c14ffdcbd538a6784f293808341bc4d6 (diff) | |
refactor: re-add favicon²
| -rw-r--r-- | retire/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/retire/index.html b/retire/index.html index d5b7104..02382e4 100644 --- a/retire/index.html +++ b/retire/index.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>likha-pdf</title> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kj-sh604/noir.css@latest/out/noir.min.css" /> + <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> </head> <body> <main> |
