mirror of
https://github.com/anotherhadi/blog.git
synced 2026-05-20 13:32:33 +02:00
120f50335b
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
---
|
|
|
|
---
|
|
|
|
<script>
|
|
function message() {
|
|
console.log(
|
|
"Hey!\nWant to chat? Send me a mail to anotherhadi.clapped234[at]passmail.net and I'll respond whenever I can.\nUse my gpg key (https://hadi.icu/anotherhadi.asc) for secure communication.",
|
|
);
|
|
}
|
|
message();
|
|
</script>
|