Just found out how many lines of code are in a simple web page
I was poking around in the developer tools on my browser yesterday, looking at the code for a basic news site. I right clicked and hit 'View Page Source', expecting maybe a hundred lines. It was over 1,200 lines of HTML, CSS, and JavaScript for just the homepage. That blew my mind, because it looks so simple on the screen. Has anyone else had a moment like this that made you realize how much is going on behind the scenes?