in header.php there is an extra `<` after the opening title tag: `<title><<?php bloginfo('title') ?><?php wp_title(' - ', true, 'left'); ?></title>` should be: `<title><?php bloginfo('title') ?><?php wp_title(' - ', true, 'left'); ?></title>`