Where do I find source code of a google-site?

Viewed 50

I would like to update a google site through programming it. To do this I need the source code(CSS,html, and JavaScript files). I searched this up and another person asked it on google help (or something along those lines), but the response didn't answer the question, I also looked around in google sites but can't see anything. Does google sites provide the source code? If so, where do you find it?

1 Answers

Just simply use inspect element or right click and click view source code (ctrl shift u). You can then view the javascript,css,etc. off that one html file if its a static webpage.

Related