hoangdangninh
5/1/2017 - 9:40 PM

From http://stackoverflow.com/questions/32750276/how-to-download-entire-front-end-of-a-website

wget -r -np -k http://yourtarget.com/even/path/down/if/you/need/it/

-r is recursive
-np (do not follow links to parent directories)
-k to make links in downloaded HTML or CSS point to local files