Use wget to download a web page and all associated files.
$ wget -r -np -k http://domain.com/url
If you don't have wget and you are using a Mac use brew.
$ brew install wget