not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1016 B

  1. <?php
  2. /**
  3. * The template for displaying 404 pages (not found)
  4. *
  5. * @package WordPress
  6. * @subpackage Twenty_Fifteen
  7. * @since Twenty Fifteen 1.0
  8. */
  9. get_header(); ?>
  10. <div id="primary" class="content-area">
  11. <main id="main" class="site-main" role="main">
  12. <section class="error-404 not-found">
  13. <header class="page-header">
  14. <h1 class="page-title"><?php _e( 'Oops! That page can&rsquo;t be found.', 'twentyfifteen' ); ?></h1>
  15. </header><!-- .page-header -->
  16. <div class="page-content">
  17. <img class="aligncenter size-full wp-image-1527" src="/wp-content/uploads/2015/04/beaker-404-600x450.png" alt="Meep! Meep! Sorry! Try a search to find what you are looking for." width="600" height="450" />
  18. <p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentyfifteen' ); ?></p>
  19. <?php get_search_form(); ?>
  20. </div><!-- .page-content -->
  21. </section><!-- .error-404 -->
  22. </main><!-- .site-main -->
  23. </div><!-- .content-area -->
  24. <?php get_footer(); ?>