E N D
<?php /************************************************************* Haverford Foundation template. *************************************************************/ require $_SERVER['DOCUMENT_ROOT'].'/'.strtok($_SERVER['SCRIPT_NAME'],'/').'/errors/local_includes/php/constants.php'; //REQUIRED DO NOT REMOVE! get_header(true); //Universal Haverford Header ?> <section role="main"> <?php get_breadcrumbs(); //Breadcrumbs - see local_includes for site specific overrides ?> <!-- First Band (Image) --> <div class="row"> <div class="twelve columns"> <!-- h1 class="site-name">Page not found</h1 --> </div> </div> <div class="row"> <div class="six columns centered top-space"> <span class="big-text text-centered color-red"><i class="fa fa-exclamation-triangle fa-lg"></i></span> <h1 class="text-centered site-name">404 - Page not found</h1> <p class="lead buffer-17-top">It seems the page you are looking for has been moved, deleted, or the <a href="https://twitter.com/hcblacksquirrel" target="_blank">squirrels</a> have taken over the machine.</p> <div class="row collapse"> <?php get_search(); ?> </div> <ul class="button-group two-up even"> <li><a href="//haverford.edu" class="button">Take me to the homepage</a></li> <li><?php $url = htmlspecialchars($_SERVER['HTTP_REFERER']); echo "<a href='$url' class='button'>Take me back to where I was</a>"; ?></li> </div> <div class="six columns"> </div> </div> <!-- Call to Action Panel --> <!-- End Content --> </section> <?php get_footer(); //Universal Haverford Footer - see documentation on how to call additional JS or other functions. ?>