<h1class="entry-title"><?php_e('File Not Found','foundationpress');?></h1>
</header>
<divclass="entry-content">
<divclass="error">
<pclass="bottom"><?php_e('The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.','foundationpress');?></p>
</div>
<p><?php_e('Please try the following:','foundationpress');?></p>
<ul>
<li>
<?php_e('Check your spelling','foundationpress');?>
</li>
<li>
<?php
/* translators: %s: home page url */
printf(
__('Return to the <a href="%s">home page</a>','foundationpress'),
home_url()
);
?>
</li>
<li>
<?php_e('Click the <a href="javascript:history.back()">Back</a> button','foundationpress');?>