1
0

First pass at wedding website

This commit is contained in:
Aaron Lindsay
2011-04-30 14:52:19 -06:00
parent b481613b51
commit 53ec496528
14 changed files with 252 additions and 166 deletions

12
wedding/index.php Normal file
View File

@ -0,0 +1,12 @@
<?php include("header_top.php"); ?>
<title>The Wedding of Aaron Lindsay and Elizabeth Pressman</title>
<?php include("header_bottom.php"); ?>
<h1>Welcome!</h1>
<p>Hello friends and family, and thank you for visiting our wedding website! We're looking forward to the big day, and hope that this site will help you</p>
<h2>How We Met</h2>
<h2>Our Proposal Story</h2>
<?php include("footer.php"); ?>