Demo 2: Create a simple website based on the MyPets.com website

Based on the flowchart for www.mypets.com, create a simple website, with logical hyperlinks and images. Put all of the files involved in a folder called "demo2"

Don't worry about making this fancy. To get credit for this it need only be black text on a white background. Just use these guidelines:

  • Main index page (at root directory)
    -text: "Welcome to MyPets.com!" 
    -links: cats section, dogs section

  • Cats index page
    -text "Welcome to the Cats page!"
    -links: siamese, persian, abyssian, back to home

  • Each of the cat breeds section:
    -text "Welcome to the _____ page!"
    -should have a photo of type of cat
    -links: back to the cats page, back to home

  • Dogs index page
    -text: "Welcome to the Dogs page!"
    -link: back to home

HINT: You should not use target="_blank" for any of the hyperlinks.