diff options
| author | Fuwn <[email protected]> | 2026-02-02 22:50:22 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-02 22:50:22 -0800 |
| commit | 6e9fa28241961d72c78d95fa3916719726eae657 (patch) | |
| tree | 0990e2640ca7b0a21efa3530765c4e43ce829531 | |
| parent | Merge 58 new keys from a deleted Gist (denizssch/XpSerials.txt) (diff) | |
| download | xp-6e9fa28241961d72c78d95fa3916719726eae657.tar.xz xp-6e9fa28241961d72c78d95fa3916719726eae657.zip | |
Add repository link to pages
| -rw-r--r-- | index.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -45,6 +45,11 @@ margin: 1em 0; } + .repo-link { + font-size: 0.9rem; + color: #0366d6; + } + #search { width: 100%; padding: 0.75rem; @@ -128,6 +133,7 @@ document.getElementById("content").innerHTML = ` <p><img src="${header.logo}" alt="Windows XP Logo"></p> + <p class="repo-link"><a href="${keysData.meta.source}">View on GitHub</a></p> <p>${header.intro}</p> <p>${header.description}</p> <p><img src="${header.setup_image}" alt="Windows XP Setup"></p> |