Skip to main content

Acknowledgments

This page was a server-side PHP handler captured verbatim during the FrontPage-era port. The original behavior must be reimplemented before publishing.

<html>
    <head>
		<title>The President's House in Philadelphia: Acknowledgement</title>
	<meta name="viewport" content="initial-scale=1">
		<META Name="description" Content="Text from the removed exhibit at The President's House in Philadelphia.">
		<META Name="keywords" Content="">
		<meta property='og:image' content='https://www.ushistory.org/presidentshouse/plans/eisterhold/images/07-Acknowledgment.jpg'>
		<link rel="stylesheet" href="/../../styles/main.css">
		<span id='tweak'></span>
		<style>
	#fullnavigation .navigation .projectnav{
		background:#D61D00;
	}
	#mobilenav .navigation .projectnav a{
	color:#D61D00;
}
		</style>
		<?php
		include'../../includes/scripts.php';
		include'../../includes/init.php';
		include'../../includes/analytics.php';
		?>	
    </head>
    <body>
		<div id="big_wrap" class='hfb'>
			<div id='leftside'>	
<?php
include"../../includes/leftside2.php";
?>
		</div><!--end left div-->				
			<div id ='main_content' class='vfb content' >
			<?php include '../../includes/header.php';?>
			<br>
			<div id='fullnavigation' class='hidesmall'>
			<?php include'../../includes/navigation.php'?>
			</div>
					<div id='menu' style='font-size:25px;'><img src='<?php echo $ROOT?>images/navicon.png' style='width:22px'>Menu
					<hr size=1>
					</div>
					<div id='mobilenav' style="display: none;">
					<?php
					include"../../includes/navigation.php";
					?>
					</div>
					<br/>
					<div class='content'>
					<img src='https://www.ushistory.org/presidentshouse/plans/eisterhold/images/07-Acknowledgment.jpg'>
					<h3>ACKNOWLEDGMENT</h3>
<p>The City of Philadelphia and Independence National Historical Park, National Park Service acknowledge the strenuous efforts of the Avenging the Ancestors Coalition, Generations Unlimited, many local citizens, historians, community leaders, and government officials to bring to public attention the stories of the people of the President&rsquo;s House, including those of the enslaved Africans.</p>
						<hr>
<div style='width:90%;margin:0 auto' class='hfb'>
<a href='06-Memorial.php' style='margin-left:40px'>Previous</a>
<span style='width:65%'></span>
<a href='index.php' style='margin-right:40px;text-align:right'>Return to Exhibit Overview</a></span>
</div>
<?php
include "../../includes/bottom2.php";
include "../../includes/rightside.php";
?>
		</div><!--big_wrap-->
    </body>
</html>
<?php
?>