diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-04-23 00:20:39 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-04-23 00:20:39 -0500 |
| commit | ddf1d94662de5d65fefc6c3a882010cd16590060 (patch) | |
| tree | 6eb17ebfba7a3a76c28e8ad96e399096bb6c1bcc | |
| parent | 84347302ea85b96fb5139a8a0cd5888cf34efda5 (diff) | |
| -rw-r--r-- | content/about.md | 2 |
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). |