wget -p -nd -k http://www.marlboro.edu/~karen/midterm/index.html # getting prereqs and converting didn't seem to work wget http://www.marlboro.edu/~karen/midterm/style.css wget http://www.marlboro.edu/~karen/images/me.gif wget http://www.marlboro.edu/~karen/images/maria.jpg mv index.html home.html # Edited home.html to point at files here; # the images and stylesheet had absolute paths. # I left the links as absolute paths.