Usually this website will not have Javascript (besides what cloudflare injects) but I thought I would test and see if I could write up this incredible visitor counter.
I'll tell you a little about how it works.
There is a nodejs server running and listening for GET requests to '/counter' (btw these are not authenticated, but don't go too crazy). once it gets the request it opens a file containing a number, increments that number by one, and then writes it back to the file.
Then some if/else statements are run through to see if we should add either 'st', 'nd', 'rd', or 'th' to the end of the number before serving it back to you here and congratulating you.
If that isn't to your liking, here is a picture of the inside of the Royal Exhibition Building in Melbourne that I took.
You can check out a list of all the blog posts by clicking here
You can get back to the homepage by clicking here