File "header.php"

Full Path: /home/cabizcok/public_html/wp-content/themes/renax/header.php
File size: 376 bytes
MIME-type: text/html
Charset: utf-8

<!DOCTYPE html>
<html class="no-js" <?php language_attributes(); ?>> 
<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>">
	<?php $renax_options = get_option('renax'); ?>
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
    <?php 
		wp_head(); 
	?>
</head>
<body id="body" <?php body_class(); ?>>
<?php wp_body_open(); ?>