Change terminal message

This commit is contained in:
Tom 2024-03-07 13:46:22 +00:00
parent 763d5069b2
commit 8e12e6db8b

View File

@ -84,7 +84,11 @@ See: https://developers.google.com/search/docs/advanced/mobile/google-discover?h
<!-- Say hello to people in the console. -->
<script>
console.log("I'm happy to see you opened the console. Stay a while, poke around, there might be some easter eggs to be found. 🥚");
console.log(
`📺 %cI'm happy to see you opened the console. \
Stay a while, poke around, there might be some easter eggs to be found.`,
"color: green; font-family: monospace;",
);
</script>
<!-- RSS feed -->