second commit
This commit is contained in:
parent
43283ef011
commit
9cc24f7f1f
7 changed files with 117 additions and 0 deletions
7
index.php
Normal file
7
index.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php get_header(); ?>
|
||||
|
||||
<?php while ( have_posts() ) : the_post(); ?>
|
||||
|
||||
<?php endwhile; ?>
|
||||
|
||||
<?php get_footer(); ?>
|
Loading…
Add table
Add a link
Reference in a new issue