summaryrefslogtreecommitdiff
path: root/content/about.md
diff options
context:
space:
mode:
authorHunter Kvalevog <hunter@kvog.sh>2026-04-23 00:20:39 -0500
committerHunter Kvalevog <hunter@kvog.sh>2026-04-23 00:20:39 -0500
commitddf1d94662de5d65fefc6c3a882010cd16590060 (patch)
tree6eb17ebfba7a3a76c28e8ad96e399096bb6c1bcc /content/about.md
parent84347302ea85b96fb5139a8a0cd5888cf34efda5 (diff)
Diffstat (limited to 'content/about.md')
-rw-r--r--content/about.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/about.md b/content/about.md
index 98ab4d7..c974212 100644
--- a/content/about.md
+++ b/content/about.md
@@ -9,3 +9,5 @@ I can be reached at <span id="my-email">hunter @ \<this domain\></span>, or http
let address = atob('aHVudGVyQGt2b2cuc2g=');
document.getElementById('my-email').innerHTML = `<a href="mailto:${address}">${address}</a>`
</script>
+
+This website's source code can be downloaded here: [master.tar.gz](https://github.com/kvog-git/kvog.sh/archive/refs/heads/master.tar.gz).