10 lines
514 B
PHP
10 lines
514 B
PHP
|
<?php include("../header_top.php"); ?>
|
||
|
<title>The Wedding of Aaron Lindsay and Elizabeth Pressman</title>
|
||
|
<?php include("../header_bottom.php"); ?>
|
||
|
|
||
|
<h1>Gift Registry</h1>
|
||
|
|
||
|
<p>We are registered at Bed, Bath, and Beyond. You may view our registry online by following <a href="http://www.bedbathandbeyond.com/regGiftRegistry.asp?WRN=-1689827874" target="_blank">this link</a>. You may also look up our registry in any store using our registry number, 12669721, and our names.</p>
|
||
|
|
||
|
<?php include("../footer.php"); ?>
|