File: /home/intelije/domains/jakartakoma.com/public_html/wp-content/themes/velocity/header.php
<?php
/**
* The header for our theme
*
* Displays all of the <head> section and everything up till <div id="content">
*
* @package justg
*/
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;
$container = velocitytheme_option( 'justg_container_type','container' );
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?> <?php velocitytheme_color_scheme(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php wp_head(); ?>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4041203469498791" crossorigin="anonymous"></script>
<script async custom-element="amp-auto-ads" src="https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js"> </script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5724752989811170"
crossorigin="anonymous"></script>
<script async custom-element="amp-auto-ads"
src="https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js">
</script>
</head>
<body <?php body_class(); ?> <?php justg_body_attributes(); ?>>
<amp-auto-ads type="adsense"
data-ad-client="ca-pub-5724752989811170">
</amp-auto-ads>
<?php do_action( 'wp_body_open' ); ?>
<amp-auto-ads type="adsense" data-ad-client="ca-pub-4041203469498791"> </amp-auto-ads>
<div class="site" id="page">
<?php
do_action('justg_before_header');
do_action('justg_header_open');
do_action('justg_header_before');
do_action('justg_header');
do_action('justg_header_after');
do_action('justg_header_close');
do_action('justg_after_header');
?>
<div class="justg-top-content"><?php do_action('justg_top_content'); ?></div>
<div id="wrapper-content">