diff options
author | Cristian Cezar Moisés <[email protected]> | 2024-04-14 00:48:05 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-14 00:48:05 +0000 |
commit | 69807a350d041ae9ef22e4a7a91eada8c94c7ac8 (patch) | |
tree | 97b5800add99104426f0773a042a052c9397d06c | |
parent | 20be85db1e4f1a233f0b8c4a24dd8af8e80c5cb8 (diff) |
Add files via upload
-rw-r--r-- | haunt.scm | 1 | ||||
-rw-r--r-- | useful.scm | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -106,4 +106,5 @@ (static-directory "css") (static-directory "download") (static-directory "images") + (static-directory "music") (static-directory "videos"))) @@ -109,7 +109,7 @@ (link* "ResearchGate" "https://www.researchgate.net/profile/Cristian-Moises/research")) (define (arxiv) - (link* "TOR" "http://idtirp7vx6rcpxgkmm3t6ungbuq6wcsinjggfhmppuv2e2prux4gc6qd.onion/")) + (link* "TOR" "http://secopscj53y6qltbysxt2bhnr2ohwzi6bh6wbxonycgc6tdemj4xkmyd.onion/")) (define (ads) (link* "Youtube" "https://youtube.com/@securityops")) |