D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
aramrprl
/
greytechnologies.info
/
wp-content
/
themes
/
techbiz-final
/
techbiz
/
Filename :
header.php
back
Copy
<!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo('charset'); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <?php wp_head();?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); /** * * Preloader * * Hook techbiz_preloader_wrap * * @Hooked techbiz_preloader_wrap_cb 10 * */ do_action( 'techbiz_preloader_wrap' ); /** * * techbiz header * * Hook techbiz_header * * @Hooked techbiz_header_cb 10 * */ do_action( 'techbiz_header' );