mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
Change terminal message
This commit is contained in:
parent
763d5069b2
commit
8e12e6db8b
@ -84,7 +84,11 @@ See: https://developers.google.com/search/docs/advanced/mobile/google-discover?h
|
|||||||
|
|
||||||
<!-- Say hello to people in the console. -->
|
<!-- Say hello to people in the console. -->
|
||||||
<script>
|
<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>
|
</script>
|
||||||
|
|
||||||
<!-- RSS feed -->
|
<!-- RSS feed -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user