mirror of
https://github.com/anotherhadi/blog.git
synced 2026-04-02 03:32:10 +02:00
Change console message
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user