Add some nice message to visitors in the page source and console.

This commit is contained in:
Tom 2023-12-22 16:11:48 +00:00
parent 7216c6b1f6
commit 5b8c4498e5

View File

@ -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 %}