wget --mirror --convert-links --adjust-extension --page-requisites --no-parent https://site-to-clone.com
--mirrormake the download recursive.--no-parentDo not crawl the parent directory.--convert-linksmakes all the links work properly with the offline copy.--page-requisitesdownload JS and CSS files.--adjust-extensionadd the appropriate extensions (e.g. html, css, js) to files if they are missing.