summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).