Files
blog/src/components/Console.astro
T
2026-03-30 19:17:02 +02:00

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>