File: /home/l2pbkn5l6xav/www/wp-content/themes/paropakar/header.php
<?php
/**
* The header for our theme
*
* This is the template that displays all of the <head> section and everything up until <div id="content">
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package WordPress
* @subpackage Paropakar_Theme
* @since 1.0
* @version 1.0.4
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js no-svg">
<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(); ?>
</head>
<body <?php body_class(); ?>>
<?php if ( has_nav_menu( 'top' ) ) : ?>
<?php get_template_part( 'template-parts/navigation/navigation', 'top' ); ?>
<?php endif; ?>
<div id="content">