This commit is contained in:
Hadi
2026-01-01 19:06:29 +01:00
commit 8a4ca97c40
48 changed files with 3519 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
---
---
<script>
function message() {
const url = window.location.href;
console.log(
"Hey!\nWant to chat? Send me a dm on bsky (hadi1842.bsky.social) or a mail to anotherhadi.clapped234[at]passmail.net and I'll respond whenever I can.\nUse my gpg key (" +
url +
"anotherhadi.asc) for secure communication.",
);
}
message();
</script>