Change console message

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-03-30 19:17:02 +02:00
parent 7105f2a5b2
commit 120f50335b

View File

@@ -4,11 +4,8 @@
<script> <script>
function message() { function message() {
const url = window.location.href;
console.log( 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 (" + "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.",
url +
"anotherhadi.asc) for secure communication.",
); );
} }
message(); message();