16 lines
839 B
PHP
16 lines
839 B
PHP
<!DOCTYPE html>
|
|
<!-- Converted from HTML to WordPress with Pinegrow Web Editor. https://pinegrow.com -->
|
|
<html <?php language_attributes(); ?>>
|
|
<head>
|
|
<meta charset="<?php bloginfo( 'charset' ); ?>"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
|
|
<meta name="author" content=""/>
|
|
<!-- Bootstrap core CSS -->
|
|
<!-- Custom styles for this template -->
|
|
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"/>
|
|
<meta content="Pinegrow Web Editor" name="generator"/>
|
|
<?php wp_head(); ?>
|
|
</head>
|
|
<body class="fw-light text-secondary <?php echo implode(' ', get_body_class()); ?>">
|
|
<?php if( function_exists( 'wp_body_open' ) ) wp_body_open(); ?>
|