| Server IP : 217.160.0.15 / Your IP : 216.73.216.30 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u37981780 ( 1696858) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/43/d124547881/htdocs/app395378437/wp-content/themes/sonar/ |
Upload File : |
<?php
/**
* The template for displaying 404 pages (Not Found).
*/
get_header(); ?>
<div id="body-top"></div>
<div id="wrapper" class="hfeed">
<div id="main">
<div id="container">
<div id="content" role="main">
<article id="post-0" class="post error404 not-found">
<h1 class="entry-title"><?php _e( 'Not Found', 'sonar' ); ?></h1>
<div class="entry-content">
<p><?php _e( "Sorry, I've looked everywhere but I can't find the page you're looking for. Please try again with some different keywords.", 'sonar' ); ?></p>
<p><?php _e("If you follow the link from another website, I may have removed or renamed the page. You may want to try searching for the page:", 'sonar'); ?></p>
<?php get_search_form(); ?>
</div><!-- .entry-content -->
</article><!-- #post-0 -->
</div><!-- #content -->
</div><!-- #container -->
<script type="text/javascript">
// focus on search field after it has loaded
document.getElementById('s') && document.getElementById('s').focus();
</script>
</div><!-- #main -->
<footer id="footer" role="contentinfo">
<?php get_footer(); ?>