Fun tip:
I often grab local versions of sites to experiment and learn from. You can get a site's html and all of the page's dependencies with a single wget command:
wget -H -E -k -p SOMEURL
And then as a bonus, deploy it right from the @netlify CLI!
https://docs.netlify.com/cli/get-started/?utm_source=twitter&utm_medium=wget-cli-pnh&utm_campaign=devex