second commit

This commit is contained in:
Mike Francis 2012-05-29 22:42:46 +01:00
parent 43283ef011
commit 9cc24f7f1f
7 changed files with 117 additions and 0 deletions

7
index.php Normal file
View file

@ -0,0 +1,7 @@
<?php get_header(); ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php endwhile; ?>
<?php get_footer(); ?>