1 / 1

pomona
Download Presentation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. <?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. ?>

More Related