diff options
| author | kj_sh604 | 2026-02-14 13:47:56 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-14 13:47:56 -0500 |
| commit | dd07af2c6c4b61590e4a3808f5e4f9d7c13d439a (patch) | |
| tree | 63c86338f5eece26a0d70b093a672e4d4bc3bc4c /docs/index.html | |
| parent | 2183e1d8a713c2f49c64b0040107633002f01db8 (diff) | |
refactor: update CDN links now that we have it
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index b671fe4..ffc559f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -57,9 +57,9 @@ </header> <div id="link-snippet-container"> - <pre id="link-snippet-auto"><code><link rel="stylesheet" href=""></code></pre> - <pre hidden id="link-snippet-dark"><code><link rel="stylesheet" href=""></code></pre> - <pre hidden id="link-snippet-light"><code><link rel="stylesheet" href=""></code></pre> + <pre id="link-snippet-auto"><code><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kj-sh604/noir.css/out/noir.min.css"></code></pre> + <pre hidden id="link-snippet-dark"><code><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kj-sh604/noir.css/out/dark.min.css"></code></pre> + <pre hidden id="link-snippet-light"><code><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kj-sh604/noir.css/out/light.min.css"></code></pre> </div> <h3>Options</h3> |
