File: /home/c1190199/public_html/wp-content/wptouch-data/themes/classic-redux/default/header-404.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<title><?php echo esc_html( wp_title( ' | ', false, 'right' ) ); ?></title>
<?php wptouch_head(); ?>
<?php
if ( !is_single() && !is_archive() && !is_page() && !is_search() ) {
wptouch_canonical_link();
}
if ( isset( $_REQUEST[ 'wptouch_preview_theme' ] ) || isset( $_REQUEST[ 'wptouch_switch' ] ) ) {
echo '<meta name="robots" content="noindex" />';
}
?>
<LINK REL="SHORTCUT ICON" HREF="https://mysteryplanet.com.ar/favicon.ico">
<link rel="apple-touch-icon" sizes="128x128" href="https://mysteryplanet.com.ar/logo128.png">
<link rel="icon" sizes="192x192" href="https://mysteryplanet.com.ar/logo192.png">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css" rel="stylesheet">
<!-- // Anuncio Ancla Google Adsense START -->
<!-- // Anuncio Ancla Google Adsense END -->
</head>
<body <?php body_class( wptouch_get_body_classes() ); ?> style="background-color:#333333;" alink="#FFF" vlink="#FFF">
<?php do_action( 'wptouch_preview' ); ?>
<?php do_action( 'wptouch_body_top' ); ?>
<?php get_template_part( 'header-bottom' ); ?>
<?php do_action( 'wptouch_body_top_second' ); ?>