13 lines
403 B
PHP
13 lines
403 B
PHP
|
<?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"); ?>
|