mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
Add some nice message to visitors in the page source and console.
This commit is contained in:
parent
7216c6b1f6
commit
5b8c4498e5
@ -1,4 +1,6 @@
|
||||
|
||||
<!-- Hello to anyone reading the source of this page. Please,
|
||||
stay a while and feel free to use the source code
|
||||
github.com/TomHodson/tomhodson.github.com as a handy guide -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
@ -80,6 +82,11 @@ See: https://developers.google.com/search/docs/advanced/mobile/google-discover?h
|
||||
<script src="/assets/mathjax/tex-mml-svg.js" id="MathJax-script" async></script>
|
||||
{% endif %}
|
||||
|
||||
<!-- 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. 🥚");
|
||||
</script>
|
||||
|
||||
<!-- RSS feed -->
|
||||
{% feed_meta %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user