Does this mean google.com is open source?

Does this mean google.com is open source?

Run the code and see if it is reproducible.
Not really. Your web browser downloads html/css/JavaScript code for the frontend — that code you are seeing is likely built from angular into a JavaScript file or something similar so yes that code is available but the entire source and its meaning are not although one could read through that to see what it’s doing.
However that is only the frontend code. It will make api calls to a backend server that is closed source