aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index e5e1af4..da1949f 100644
--- a/index.html
+++ b/index.html
@@ -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>