How to make a static copy of a website

wget -k -K -E -r -l 10 -p -N -F -nH -w 2 <http://website.com/>

Via StackOverflow